summaryrefslogtreecommitdiffstats
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.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/arm/include/asm/types.h b/arch/arm/include/asm/types.h
index 81bd357ada..1a7f47add0 100644
--- a/arch/arm/include/asm/types.h
+++ b/arch/arm/include/asm/types.h
@@ -31,7 +31,7 @@ typedef unsigned long long __u64;
*/
#ifdef __KERNEL__
-#define BITS_PER_LONG 32
+#include <asm/bitsperlong.h>
#ifndef __ASSEMBLY__
@@ -47,11 +47,6 @@ typedef unsigned int u32;
typedef signed long long s64;
typedef unsigned long long u64;
-/* Dma addresses are 32-bits wide. */
-
-typedef u32 dma_addr_t;
-typedef u32 dma64_addr_t;
-
#endif /* __ASSEMBLY__ */
#endif /* __KERNEL__ */