From ae50884f66fc93aa713feade8f87c03471241275 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Wed, 30 Apr 2008 00:55:13 -0700 Subject: remove __KERNEL__ tests of unexported headers under asm-generic/ Signed-off-by: Robert P. J. Day Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- include/asm-generic/bitops.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/asm-generic/bitops.h') diff --git a/include/asm-generic/bitops.h b/include/asm-generic/bitops.h index 15e6f253dda..c9f369c4bd7 100644 --- a/include/asm-generic/bitops.h +++ b/include/asm-generic/bitops.h @@ -17,8 +17,6 @@ #include #include -#ifdef __KERNEL__ - #ifndef _LINUX_BITOPS_H #error only can be included directly #endif @@ -32,6 +30,4 @@ #include #include -#endif /* __KERNEL__ */ - #endif /* _ASM_GENERIC_BITOPS_H */ -- cgit v1.2.3