diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-10-26 18:10:23 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-11-05 09:01:42 +0000 |
commit | 3b6624b88ec433b4546584c0a9d82cda365d10dd (patch) | |
tree | 9237a47f5e1bdd751e255bba6b771b2f9c59a986 /src/soc/intel/icelake/acpi.c | |
parent | 1156b35a230126ca27f65de93d12c94d2f24e69b (diff) | |
download | coreboot-3b6624b88ec433b4546584c0a9d82cda365d10dd.tar.xz |
src: Remove unneeded include <arch/ioapic.h>
Change-Id: Ic08b191ee4dbcc56eb482601aa268394545936ba
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/29292
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/icelake/acpi.c')
-rw-r--r-- | src/soc/intel/icelake/acpi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/icelake/acpi.c b/src/soc/intel/icelake/acpi.c index e691fe2343..be024fe5c5 100644 --- a/src/soc/intel/icelake/acpi.c +++ b/src/soc/intel/icelake/acpi.c @@ -17,7 +17,6 @@ #include <arch/acpigen.h> #include <arch/cpu.h> #include <arch/io.h> -#include <arch/ioapic.h> #include <arch/smp/mpspec.h> #include <cbmem.h> #include <chip.h> |