Cleanup asm/{elf,page,user}.h: #ifdef __KERNEL__ is no longer needed
[deliverable/linux.git] / include / asm-frv / page.h
index 134cc0cdf6c2727201a3f5d243d1f2761d18f342..cacc045700de98eb36f156738cb12b2c24f0ad36 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef _ASM_PAGE_H
 #define _ASM_PAGE_H
 
-#ifdef __KERNEL__
-
 #include <asm/virtconvert.h>
 #include <asm/mem-layout.h>
 #include <asm/sections.h>
@@ -76,12 +74,6 @@ extern unsigned long max_pfn;
 
 #endif /* __ASSEMBLY__ */
 
-#endif /* __KERNEL__ */
-
-#ifdef CONFIG_CONTIGUOUS_PAGE_ALLOC
-#define WANT_PAGE_VIRTUAL      1
-#endif
-
 #include <asm-generic/memory_model.h>
 #include <asm-generic/page.h>
 
This page took 0.067124 seconds and 5 git commands to generate.