From: Ian Campbell Date: Wed, 30 Jan 2008 12:33:38 +0000 (+0100) Subject: x86: unify headers in arch/x86/boot/compressed/misc_??.c X-Git-Tag: firefly_0821_release~23636^2~159 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8751f97486e071b73240e0a0c08e3b663766e45f;p=firefly-linux-kernel-4.4.55.git 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 Cc: H. Peter Anvin Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- 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 @@ */ #undef CONFIG_PARAVIRT #include -#include #include #include #include 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 @@ #include #include #include +#include /* WARNING!! * This code is compiled with -fPIC and it is relocated dynamically