From e4daf808818f040801e2416d96e77d7ac9f64acc Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 21 May 2015 12:33:05 +0200 Subject: introduce bitsperlong.h for remaining architectures This introduces the bitsperlong.h file for the remaining architectures. It's purpose is to define BITS_PER_LONG which in the next step can be used by a generic posix_types.h file. Signed-off-by: Sascha Hauer --- arch/blackfin/include/asm/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/blackfin') diff --git a/arch/blackfin/include/asm/types.h b/arch/blackfin/include/asm/types.h index f1c2dc43c6..e9d73377eb 100644 --- a/arch/blackfin/include/asm/types.h +++ b/arch/blackfin/include/asm/types.h @@ -73,6 +73,6 @@ typedef unsigned long long u64; #endif /* __ASSEMBLY__ */ -#define BITS_PER_LONG 32 +#include #endif -- cgit v1.2.3