aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/page.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/page.h')
-rw-r--r--include/asm-x86/page.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-x86/page.h b/include/asm-x86/page.h
index 6e02098b1605..49982110e4d9 100644
--- a/include/asm-x86/page.h
+++ b/include/asm-x86/page.h
@@ -34,9 +34,6 @@
34 34
35#define HUGE_MAX_HSTATE 2 35#define HUGE_MAX_HSTATE 2
36 36
37/* to align the pointer to the (next) page boundary */
38#define PAGE_ALIGN(addr) (((addr)+PAGE_SIZE-1)&PAGE_MASK)
39
40#ifndef __ASSEMBLY__ 37#ifndef __ASSEMBLY__
41#include <linux/types.h> 38#include <linux/types.h>
42#endif 39#endif