diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2008-04-30 00:55:13 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-30 08:29:54 -0700 |
commit | ae50884f66fc93aa713feade8f87c03471241275 (patch) | |
tree | ea58f6ad5f8490b745239cf06c002466c96394de /include/asm-generic/page.h | |
parent | 735643ee6cc5249bfac07fcad0946a5e7aff4423 (diff) | |
download | op-kernel-dev-ae50884f66fc93aa713feade8f87c03471241275.zip op-kernel-dev-ae50884f66fc93aa713feade8f87c03471241275.tar.gz |
remove __KERNEL__ tests of unexported headers under asm-generic/
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-generic/page.h')
-rw-r--r-- | include/asm-generic/page.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-generic/page.h b/include/asm-generic/page.h index a96b5d9..14db733 100644 --- a/include/asm-generic/page.h +++ b/include/asm-generic/page.h @@ -1,7 +1,6 @@ #ifndef _ASM_GENERIC_PAGE_H #define _ASM_GENERIC_PAGE_H -#ifdef __KERNEL__ #ifndef __ASSEMBLY__ #include <linux/compiler.h> @@ -21,6 +20,5 @@ static __inline__ __attribute_const__ int get_order(unsigned long size) } #endif /* __ASSEMBLY__ */ -#endif /* __KERNEL__ */ #endif /* _ASM_GENERIC_PAGE_H */ |