asm-generic: introduce asm/bitsperlong.h
[sfrench/cifs-2.6.git] / arch / powerpc / include / asm / types.h
index 7ce27a52bb3450d56ba038000febbb9e555e4572..a5aea0ca34e9a3dc98fdf4b504cc56e472baad87 100644 (file)
@@ -40,15 +40,6 @@ typedef struct {
 #endif /* __ASSEMBLY__ */
 
 #ifdef __KERNEL__
-/*
- * These aren't exported outside the kernel to avoid name space clashes
- */
-#ifdef __powerpc64__
-#define BITS_PER_LONG 64
-#else
-#define BITS_PER_LONG 32
-#endif
-
 #ifndef __ASSEMBLY__
 
 typedef __vector128 vector128;