[PATCH 2/5] um: Add asm/elf.h to vma.c

From: Richard Weinberger
Date: Mon May 11 2015 - 18:30:47 EST


um_vdso_addr is defined in asm/elf.h.

Signed-off-by: Richard Weinberger <richard@xxxxxx>
---
arch/x86/um/vdso/vma.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/x86/um/vdso/vma.c b/arch/x86/um/vdso/vma.c
index 916cda4..237c683 100644
--- a/arch/x86/um/vdso/vma.c
+++ b/arch/x86/um/vdso/vma.c
@@ -10,6 +10,7 @@
#include <linux/sched.h>
#include <linux/mm.h>
#include <asm/page.h>
+#include <asm/elf.h>
#include <linux/init.h>

static unsigned int __read_mostly vdso_enabled = 1;
--
1.8.4.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/