Remove asm/io_apic.h which is included more than once Reported-by: Hulk Robot <[email protected]> Signed-off-by: Wang Hai <[email protected]> --- arch/x86/kernel/mpparse.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/arch/x86/kernel/mpparse.c b/arch/x86/kernel/mpparse.c index 411af4aa7b51..00e51626eeb0 100644 --- a/arch/x86/kernel/mpparse.c +++ b/arch/x86/kernel/mpparse.c @@ -24,7 +24,6 @@ #include <asm/irqdomain.h> #include <asm/mtrr.h> #include <asm/mpspec.h> -#include <asm/io_apic.h> #include <asm/proto.h> #include <asm/bios_ebda.h> #include <asm/e820/api.h> -- 2.17.1

