summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/include/asm/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/openrisc/include/asm/types.h')
-rw-r--r--arch/openrisc/include/asm/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/openrisc/include/asm/types.h b/arch/openrisc/include/asm/types.h
index cacda424ba..5b6391baf0 100644
--- a/arch/openrisc/include/asm/types.h
+++ b/arch/openrisc/include/asm/types.h
@@ -62,7 +62,7 @@ typedef unsigned int u32;
typedef signed long long s64;
typedef unsigned long long u64;
-#define BITS_PER_LONG 32
+#include <asm/bitsperlong.h>
#endif /* __KERNEL__ */