From da477737c5ec99d37cb78dab909aa0402a0ebf18 Mon Sep 17 00:00:00 2001 From: Heiko Carstens Date: Wed, 23 May 2012 13:55:45 +0200 Subject: s390/headers: remove #ifdef __KERNEL__ from not exported headers Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- arch/s390/include/asm/bitops.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'arch/s390/include/asm/bitops.h') diff --git a/arch/s390/include/asm/bitops.h b/arch/s390/include/asm/bitops.h index e5beb490959b..8a503b1acd63 100644 --- a/arch/s390/include/asm/bitops.h +++ b/arch/s390/include/asm/bitops.h @@ -13,8 +13,6 @@ * */ -#ifdef __KERNEL__ - #ifndef _LINUX_BITOPS_H #error only can be included directly #endif @@ -834,7 +832,4 @@ static inline int find_next_bit_le(void *vaddr, unsigned long size, #include - -#endif /* __KERNEL__ */ - #endif /* _S390_BITOPS_H */ -- cgit