diff --git a/arch/x86/kernel/e820.c b/arch/x86/kernel/e820.c index 97d1250f7507..9d179676a89e 100644 --- a/arch/x86/kernel/e820.c +++ b/arch/x86/kernel/e820.c @@ -8,13 +8,8 @@ * quirks and other tweaks, and feeds that into the generic Linux memory * allocation code routines via a platform independent interface (memblock, etc.). */ -#include -#include -#include #include -#include #include -#include #include #include #include @@ -22,9 +17,7 @@ #include #include -#include #include -#include /* * We organize the E820 table into two main data structures: