summaryrefslogtreecommitdiff
path: root/include/asm-generic
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2023-05-31 12:32:38 -0400
committerTom Rini <[email protected]>2023-05-31 12:32:38 -0400
commit06af8fcf6ce2833dc4e8a897a1467248c86d0205 (patch)
treecfa3fdb741c0a333fc2601153a10ef8ca0870ca0 /include/asm-generic
parent7eac2e46ecf67c1f1b36a3bd31dde75ec7441bcf (diff)
parentf1671205fa44084b334027a267c86e5be2ea7c1a (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.h9
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 */