]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
x86: unify headers in arch/x86/boot/compressed/misc_??.c
authorIan Campbell <ijc@hellion.org.uk>
Wed, 30 Jan 2008 12:33:38 +0000 (13:33 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:33:38 +0000 (13:33 +0100)
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>
arch/x86/boot/compressed/misc_32.c
arch/x86/boot/compressed/misc_64.c

index 52fc214546e9e0f3110778376dc03f5399187e8f..ad0528a8315108a090c3027d4192b565905f9ead 100644 (file)
@@ -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>
index 5029fb3c5740f2c3bd610f919594cfb99e2fbe7e..ca760fb69b9519ab1fd1e92a3024e20ac6a28bca 100644 (file)
@@ -22,6 +22,7 @@
 #include <linux/screen_info.h>
 #include <asm/io.h>
 #include <asm/page.h>
+#include <asm/boot.h>
 
 /* WARNING!!
  * This code is compiled with -fPIC and it is relocated dynamically