diff options
| author | Tom Rini <[email protected]> | 2023-05-31 12:32:38 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-05-31 12:32:38 -0400 |
| commit | 06af8fcf6ce2833dc4e8a897a1467248c86d0205 (patch) | |
| tree | cfa3fdb741c0a333fc2601153a10ef8ca0870ca0 /include/asm-generic | |
| parent | 7eac2e46ecf67c1f1b36a3bd31dde75ec7441bcf (diff) | |
| parent | f1671205fa44084b334027a267c86e5be2ea7c1a (diff) | |
Merge branch '2023-05-31-code-cleanups' into next
- Correct some header double-inclusion guards and remove some dead (or
in the case of ti816x, unmaintained) code.
Diffstat (limited to 'include/asm-generic')
| -rw-r--r-- | include/asm-generic/types.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/asm-generic/types.h b/include/asm-generic/types.h deleted file mode 100644 index 7c076c56ce0..00000000000 --- a/include/asm-generic/types.h +++ /dev/null @@ -1,9 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -#ifndef _ASM_GENERIC_TYPES_H -#define _ASM_GENERIC_TYPES_H -/* - * int-ll64 is used everywhere now. - */ -#include <asm-generic/int-ll64.h> - -#endif /* _ASM_GENERIC_TYPES_H */ |
