aboutsummaryrefslogtreecommitdiff
path: root/arch/cris/include/asm/types.h
diff options
context:
space:
mode:
authorRabin Vincent <rabin@rab.in>2015-02-28 23:59:50 +0100
committerJesper Nilsson <jespern@axis.com>2015-09-05 00:56:48 +0200
commit20ae24739968ae7f94d0e73215d444042f91df78 (patch)
tree11307718433f0af8e3f9826f9fd232fd0ad261f3 /arch/cris/include/asm/types.h
parent258a9ff66c30c830f6e2f06856878be4d4cc81af (diff)
CRIS: UAPI: use generic types.h
CRIS' types.h is functionally identical to the asm-generic version. Effective diff: +#ifndef _ASM_GENERIC_TYPES_H +#define _ASM_GENERIC_TYPES_H + #include <asm-generic/int-ll64.h> + +#endif Signed-off-by: Rabin Vincent <rabin@rab.in> Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to 'arch/cris/include/asm/types.h')
-rw-r--r--arch/cris/include/asm/types.h12
1 files changed, 0 insertions, 12 deletions
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 @@
-#ifndef _ETRAX_TYPES_H
-#define _ETRAX_TYPES_H
-
-#include <uapi/asm/types.h>
-
-/*
- * These aren't exported outside the kernel to avoid name space clashes
- */
-
-#define BITS_PER_LONG 32
-
-#endif