summaryrefslogtreecommitdiffstats
path: root/arch/x86/vdso/vma.c
diff options
context:
space:
mode:
authorAndy Lutomirski <luto@amacapital.net>2014-03-20 18:57:18 -0700
committerH. Peter Anvin <hpa@zytor.com>2014-03-20 20:20:08 -0700
commit9e6f450f946d35d585798da268d45c679632fe05 (patch)
tree733e5945b5efc2be040da323ec2c17c1100525d3 /arch/x86/vdso/vma.c
parentb67e612cef1e5964efc6fa99fb7ad3d31c4db01a (diff)
downloadtalos-obmc-linux-9e6f450f946d35d585798da268d45c679632fe05.tar.gz
talos-obmc-linux-9e6f450f946d35d585798da268d45c679632fe05.zip
x86, vdso: Move more vdso definitions into vdso.h
This fixes the Xen build and gets rid of a silly header file. Signed-off-by: Andy Lutomirski <luto@amacapital.net> Cc: Stefani Seibold <stefani@seibold.net> Link: http://lkml.kernel.org/r/1df77311795aff75f5742c787d277518314a38d3.1395366931.git.luto@amacapital.net Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/vdso/vma.c')
-rw-r--r--arch/x86/vdso/vma.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/vdso/vma.c b/arch/x86/vdso/vma.c
index 6db0bbd876fd..1ad102613127 100644
--- a/arch/x86/vdso/vma.c
+++ b/arch/x86/vdso/vma.c
@@ -15,7 +15,6 @@
#include <asm/proto.h>
#include <asm/vdso.h>
#include <asm/page.h>
-#include "vdso_image.h"
#if defined(CONFIG_X86_64)
unsigned int __read_mostly vdso_enabled = 1;
OpenPOWER on IntegriCloud