aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot
diff options
context:
space:
mode:
authorIan Campbell <ijc@hellion.org.uk>2008-01-30 07:33:38 -0500
committerIngo Molnar <mingo@elte.hu>2008-01-30 07:33:38 -0500
commit8751f97486e071b73240e0a0c08e3b663766e45f (patch)
tree0589e13e6bb175670ceed0f06fe04cfbafed6321 /arch/x86/boot
parent818a08f8a5681d54532af8263099bb5561afa0c1 (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')
-rw-r--r--arch/x86/boot/compressed/misc_32.c1
-rw-r--r--arch/x86/boot/compressed/misc_64.c1
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/boot/compressed/misc_32.c b/arch/x86/boot/compressed/misc_32.c
index 52fc214546e9..ad0528a83151 100644
--- a/arch/x86/boot/compressed/misc_32.c
+++ b/arch/x86/boot/compressed/misc_32.c
@@ -16,7 +16,6 @@
16 */ 16 */
17#undef CONFIG_PARAVIRT 17#undef CONFIG_PARAVIRT
18#include <linux/linkage.h> 18#include <linux/linkage.h>
19#include <linux/vmalloc.h>
20#include <linux/screen_info.h> 19#include <linux/screen_info.h>
21#include <asm/io.h> 20#include <asm/io.h>
22#include <asm/page.h> 21#include <asm/page.h>
diff --git a/arch/x86/boot/compressed/misc_64.c b/arch/x86/boot/compressed/misc_64.c
index 5029fb3c5740..ca760fb69b95 100644
--- a/arch/x86/boot/compressed/misc_64.c
+++ b/arch/x86/boot/compressed/misc_64.c
@@ -22,6 +22,7 @@
22#include <linux/screen_info.h> 22#include <linux/screen_info.h>
23#include <asm/io.h> 23#include <asm/io.h>
24#include <asm/page.h> 24#include <asm/page.h>
25#include <asm/boot.h>
25 26
26/* WARNING!! 27/* WARNING!!
27 * This code is compiled with -fPIC and it is relocated dynamically 28 * This code is compiled with -fPIC and it is relocated dynamically