diff options
author | Jan Beulich <jbeulich@novell.com> | 2007-05-02 17:27:04 (GMT) |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2007-05-02 17:27:04 (GMT) |
commit | b0354795c9c8fef2fadf8f867586c78efd9a1dc9 (patch) | |
tree | 80bce992e1911b07f381b330788f97354bd9b912 /include/asm-x86_64 | |
parent | 00f1ea696702163b7411d2316264525996c66ed3 (diff) | |
download | linux-b0354795c9c8fef2fadf8f867586c78efd9a1dc9.tar.xz |
[PATCH] x86-64: adjust inclusion of asm/vsyscall32.h
Avoid including asm/vsyscall32.h in virtually every source file.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Diffstat (limited to 'include/asm-x86_64')
-rw-r--r-- | include/asm-x86_64/fixmap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-x86_64/fixmap.h b/include/asm-x86_64/fixmap.h index 1b620db..e90e167 100644 --- a/include/asm-x86_64/fixmap.h +++ b/include/asm-x86_64/fixmap.h @@ -15,7 +15,6 @@ #include <asm/apicdef.h> #include <asm/page.h> #include <asm/vsyscall.h> -#include <asm/vsyscall32.h> /* * Here we define all the compile-time 'special' virtual |