aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/include/asm/types.h')
-rw-r--r--arch/arm/include/asm/types.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/arm/include/asm/types.h b/arch/arm/include/asm/types.h
deleted file mode 100644
index 28beab917ffc..000000000000
--- a/arch/arm/include/asm/types.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef __ASM_ARM_TYPES_H
-#define __ASM_ARM_TYPES_H
-
-#include <asm-generic/int-ll64.h>
-
-/*
- * These aren't exported outside the kernel to avoid name space clashes
- */
-#ifdef __KERNEL__
-
-#define BITS_PER_LONG 32
-
-#endif /* __KERNEL__ */
-
-#endif
-