x86/mpparse: Remove duplicate io_apic.h include
authorWang Hai <wanghai38@huawei.com>
Wed, 19 Aug 2020 11:29:10 +0000 (19:29 +0800)
committerBorislav Petkov <bp@suse.de>
Thu, 27 Aug 2020 10:00:28 +0000 (12:00 +0200)
Remove asm/io_apic.h which is included more than once.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wang Hai <wanghai38@huawei.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Pekka Enberg <penberg@kernel.org>
Link: https://lkml.kernel.org/r/20200819112910.7629-1-wanghai38@huawei.com
arch/x86/kernel/mpparse.c

index 411af4aa7b51f3de393c9efa04be95697838734b..00e51626eeb0336d0f075cb2eede2ff18a67be79 100644 (file)
@@ -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>