diff options
| -rw-r--r-- | arch/cris/include/asm/Kbuild | 1 | ||||
| -rw-r--r-- | arch/cris/include/asm/types.h | 12 | ||||
| -rw-r--r-- | arch/cris/include/uapi/asm/types.h | 1 |
3 files changed, 1 insertions, 13 deletions
diff --git a/arch/cris/include/asm/Kbuild b/arch/cris/include/asm/Kbuild index 17b5237aaf0a..b7f68192d15b 100644 --- a/arch/cris/include/asm/Kbuild +++ b/arch/cris/include/asm/Kbuild | |||
| @@ -41,5 +41,6 @@ generic-y += sockios.h | |||
| 41 | generic-y += statfs.h | 41 | generic-y += statfs.h |
| 42 | generic-y += topology.h | 42 | generic-y += topology.h |
| 43 | generic-y += trace_clock.h | 43 | generic-y += trace_clock.h |
| 44 | generic-y += types.h | ||
| 44 | generic-y += vga.h | 45 | generic-y += vga.h |
| 45 | generic-y += xor.h | 46 | generic-y += xor.h |
diff --git a/arch/cris/include/asm/types.h b/arch/cris/include/asm/types.h deleted file mode 100644 index a3cac7757c7f..000000000000 --- a/arch/cris/include/asm/types.h +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | #ifndef _ETRAX_TYPES_H | ||
| 2 | #define _ETRAX_TYPES_H | ||
| 3 | |||
| 4 | #include <uapi/asm/types.h> | ||
| 5 | |||
| 6 | /* | ||
| 7 | * These aren't exported outside the kernel to avoid name space clashes | ||
| 8 | */ | ||
| 9 | |||
| 10 | #define BITS_PER_LONG 32 | ||
| 11 | |||
| 12 | #endif | ||
diff --git a/arch/cris/include/uapi/asm/types.h b/arch/cris/include/uapi/asm/types.h deleted file mode 100644 index 9ec9d4c5ac4d..000000000000 --- a/arch/cris/include/uapi/asm/types.h +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | #include <asm-generic/int-ll64.h> | ||
