aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/x86/mm/pageattr_64.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/mm/pageattr_64.c b/arch/x86/mm/pageattr_64.c
index 8493c469f87..107b03c7113 100644
--- a/arch/x86/mm/pageattr_64.c
+++ b/arch/x86/mm/pageattr_64.c
@@ -19,8 +19,9 @@ void clflush_cache_range(void *addr, int size)
#include <asm/processor.h>
#include <asm/tlbflush.h>
+#include <asm/sections.h>
#include <asm/uaccess.h>
-#include <asm/io.h>
+#include <asm/pgalloc.h>
pte_t *lookup_address(unsigned long address, int *level)
{