diff options
Diffstat (limited to 'arch/x86/um/mem_64.c')
-rw-r--r-- | arch/x86/um/mem_64.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/um/mem_64.c b/arch/x86/um/mem_64.c index 546518727a73..c6492e75797b 100644 --- a/arch/x86/um/mem_64.c +++ b/arch/x86/um/mem_64.c | |||
@@ -1,6 +1,6 @@ | |||
1 | #include "linux/mm.h" | 1 | #include <linux/mm.h> |
2 | #include "asm/page.h" | 2 | #include <asm/page.h> |
3 | #include "asm/mman.h" | 3 | #include <asm/mman.h> |
4 | 4 | ||
5 | const char *arch_vma_name(struct vm_area_struct *vma) | 5 | const char *arch_vma_name(struct vm_area_struct *vma) |
6 | { | 6 | { |