um: Cleanup mem_32/64.c headers
Include only headers we really need. Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
parent
f74a14e870
commit
2779567346
|
@ -7,8 +7,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/mm.h>
|
#include <linux/mm.h>
|
||||||
#include <asm/page.h>
|
#include <asm/elf.h>
|
||||||
#include <asm/mman.h>
|
|
||||||
|
|
||||||
static struct vm_area_struct gate_vma;
|
static struct vm_area_struct gate_vma;
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
#include <linux/mm.h>
|
#include <linux/mm.h>
|
||||||
#include <asm/page.h>
|
#include <asm/elf.h>
|
||||||
#include <asm/mman.h>
|
|
||||||
|
|
||||||
const char *arch_vma_name(struct vm_area_struct *vma)
|
const char *arch_vma_name(struct vm_area_struct *vma)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue