lkml.org 
[lkml]   [2015]   [May]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 1/5] um: Cleanup mem_32/64.c headers
Date
Include only headers we really need.

Signed-off-by: Richard Weinberger <richard@nod.at>
---
arch/x86/um/mem_32.c | 3 +--
arch/x86/um/mem_64.c | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/arch/x86/um/mem_32.c b/arch/x86/um/mem_32.c
index f40281e..744afdc 100644
--- a/arch/x86/um/mem_32.c
+++ b/arch/x86/um/mem_32.c
@@ -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;

diff --git a/arch/x86/um/mem_64.c b/arch/x86/um/mem_64.c
index f8fecad..7642e2e 100644
--- a/arch/x86/um/mem_64.c
+++ b/arch/x86/um/mem_64.c
@@ -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)
{
--
1.8.4.5


\
 
 \ /
  Last update: 2015-05-12 01:01    [W:0.081 / U:2.016 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site