summaryrefslogtreecommitdiffstats
path: root/arch/efi/include/asm/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/efi/include/asm/types.h')
-rw-r--r--arch/efi/include/asm/types.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/efi/include/asm/types.h b/arch/efi/include/asm/types.h
index 05122ea04e..3caac398d8 100644
--- a/arch/efi/include/asm/types.h
+++ b/arch/efi/include/asm/types.h
@@ -56,11 +56,7 @@ typedef unsigned int u32;
typedef signed long long s64;
typedef unsigned long long u64;
-#ifdef __x86_64__
-#define BITS_PER_LONG 64
-#else
-#define BITS_PER_LONG 32
-#endif
+#include <asm/bitsperlong.h>
#endif /* __KERNEL__ */