diff --git a/arch/x86/boot/compressed/misc_32.c b/arch/x86/boot/compressed/misc_32.c index 52fc214546e9e0f3110778376dc03f5399187e8f..ad0528a8315108a090c3027d4192b565905f9ead 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 5029fb3c5740f2c3bd610f919594cfb99e2fbe7e..ca760fb69b9519ab1fd1e92a3024e20ac6a28bca 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