Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27795673 authored by Richard Weinberger's avatar Richard Weinberger
Browse files

um: Cleanup mem_32/64.c headers



Include only headers we really need.

Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent f74a14e8
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;

+1 −2
Original line number Diff line number Diff line
#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)
{