summaryrefslogtreecommitdiff
path: root/src/mainboard/getac
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-10-26 18:10:23 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-11-05 09:01:42 +0000
commit3b6624b88ec433b4546584c0a9d82cda365d10dd (patch)
tree9237a47f5e1bdd751e255bba6b771b2f9c59a986 /src/mainboard/getac
parent1156b35a230126ca27f65de93d12c94d2f24e69b (diff)
downloadcoreboot-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/mainboard/getac')
-rw-r--r--src/mainboard/getac/p470/acpi_tables.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/getac/p470/acpi_tables.c b/src/mainboard/getac/p470/acpi_tables.c
index 9458b8fd6f..30364bab19 100644
--- a/src/mainboard/getac/p470/acpi_tables.c
+++ b/src/mainboard/getac/p470/acpi_tables.c
@@ -18,7 +18,6 @@
#include <string.h>
#include <console/console.h>
#include <arch/acpi.h>
-#include <arch/ioapic.h>
#include <arch/acpigen.h>
#include <arch/smp/mpspec.h>
#include <device/device.h>