diff options
author | Ian Campbell <ijc@hellion.org.uk> | 2008-01-30 13:33:38 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 13:33:38 +0100 |
commit | 8751f97486e071b73240e0a0c08e3b663766e45f (patch) | |
tree | 0589e13e6bb175670ceed0f06fe04cfbafed6321 /arch/x86/boot/compressed/misc_32.c | |
parent | 818a08f8a5681d54532af8263099bb5561afa0c1 (diff) |
x86: unify headers in arch/x86/boot/compressed/misc_??.c
size reports no change in arch/x86/boot/compressed/vmlinux.
Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
Cc: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/boot/compressed/misc_32.c')
-rw-r--r-- | arch/x86/boot/compressed/misc_32.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/boot/compressed/misc_32.c b/arch/x86/boot/compressed/misc_32.c index 52fc214546e..ad0528a8315 100644 --- a/arch/x86/boot/compressed/misc_32.c +++ b/arch/x86/boot/compressed/misc_32.c @@ -16,7 +16,6 @@ */ #undef CONFIG_PARAVIRT #include <linux/linkage.h> -#include <linux/vmalloc.h> #include <linux/screen_info.h> #include <asm/io.h> #include <asm/page.h> |