um: Cleanup mem_32/64.c headers
authorRichard Weinberger <richard@nod.at>
Mon, 11 May 2015 22:07:07 +0000 (00:07 +0200)
committerRichard Weinberger <richard@nod.at>
Sun, 31 May 2015 15:31:42 +0000 (17:31 +0200)
Include only headers we really need.

Signed-off-by: Richard Weinberger <richard@nod.at>
arch/x86/um/mem_32.c
arch/x86/um/mem_64.c

index f40281e..744afdc 100644 (file)
@@ -7,8 +7,7 @@
  */
 
 #include <linux/mm.h>
-#include <asm/page.h>
-#include <asm/mman.h>
+#include <asm/elf.h>
 
 static struct vm_area_struct gate_vma;
 
index f8fecad..7642e2e 100644 (file)
@@ -1,6 +1,5 @@
 #include <linux/mm.h>
-#include <asm/page.h>
-#include <asm/mman.h>
+#include <asm/elf.h>
 
 const char *arch_vma_name(struct vm_area_struct *vma)
 {