summaryrefslogtreecommitdiffstats
path: root/arch/efi/include/asm/bitsperlong.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/efi/include/asm/bitsperlong.h')
-rw-r--r--arch/efi/include/asm/bitsperlong.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/efi/include/asm/bitsperlong.h b/arch/efi/include/asm/bitsperlong.h
deleted file mode 100644
index 00c1fc2625..0000000000
--- a/arch/efi/include/asm/bitsperlong.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef __ASM_BITSPERLONG_H
-#define __ASM_BITSPERLONG_H
-
-#ifdef __x86_64__
-#define BITS_PER_LONG 64
-#else
-#define BITS_PER_LONG 32
-#endif
-
-#endif /* __ASM_BITSPERLONG_H */