summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/bitsperlong.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/include/asm/bitsperlong.h')
-rw-r--r--arch/powerpc/include/asm/bitsperlong.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/powerpc/include/asm/bitsperlong.h b/arch/powerpc/include/asm/bitsperlong.h
deleted file mode 100644
index 5f16590..0000000
--- a/arch/powerpc/include/asm/bitsperlong.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef __ASM_POWERPC_BITSPERLONG_H
-#define __ASM_POWERPC_BITSPERLONG_H
-
-#if defined(__powerpc64__)
-# define __BITS_PER_LONG 64
-#else
-# define __BITS_PER_LONG 32
-#endif
-
-#include <asm-generic/bitsperlong.h>
-
-#endif /* __ASM_POWERPC_BITSPERLONG_H */