aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ia64/page.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ia64/page.h')
-rw-r--r--include/asm-ia64/page.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-ia64/page.h b/include/asm-ia64/page.h
index d6345464a2b3..8a8aa3fd7cd4 100644
--- a/include/asm-ia64/page.h
+++ b/include/asm-ia64/page.h
@@ -7,8 +7,6 @@
7 * David Mosberger-Tang <davidm@hpl.hp.com> 7 * David Mosberger-Tang <davidm@hpl.hp.com>
8 */ 8 */
9 9
10# ifdef __KERNEL__
11
12#include <asm/intrinsics.h> 10#include <asm/intrinsics.h>
13#include <asm/types.h> 11#include <asm/types.h>
14 12
@@ -227,5 +225,4 @@ get_order (unsigned long size)
227 (((current->personality & READ_IMPLIES_EXEC) != 0) \ 225 (((current->personality & READ_IMPLIES_EXEC) != 0) \
228 ? VM_EXEC : 0)) 226 ? VM_EXEC : 0))
229 227
230# endif /* __KERNEL__ */
231#endif /* _ASM_IA64_PAGE_H */ 228#endif /* _ASM_IA64_PAGE_H */