diff options
author | Andy Lutomirski <luto@amacapital.net> | 2014-03-20 21:57:18 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2014-03-20 23:20:08 -0400 |
commit | 9e6f450f946d35d585798da268d45c679632fe05 (patch) | |
tree | 733e5945b5efc2be040da323ec2c17c1100525d3 /arch/x86/vdso/vma.c | |
parent | b67e612cef1e5964efc6fa99fb7ad3d31c4db01a (diff) |
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.c | 1 |
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 @@ | |||
15 | #include <asm/proto.h> | 15 | #include <asm/proto.h> |
16 | #include <asm/vdso.h> | 16 | #include <asm/vdso.h> |
17 | #include <asm/page.h> | 17 | #include <asm/page.h> |
18 | #include "vdso_image.h" | ||
19 | 18 | ||
20 | #if defined(CONFIG_X86_64) | 19 | #if defined(CONFIG_X86_64) |
21 | unsigned int __read_mostly vdso_enabled = 1; | 20 | unsigned int __read_mostly vdso_enabled = 1; |