summaryrefslogtreecommitdiff
path: root/src/mainboard/scaleway
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-03-12 10:40:08 +0100
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-03-13 07:29:01 +0000
commit11949990a8afa8b2dc7cb432d6611c01d96e49d5 (patch)
treebe7fee019907f2971f575c3474793ebec6009914 /src/mainboard/scaleway
parent285ae69e5177c80686a3c82094b4bf212e7dede6 (diff)
downloadcoreboot-11949990a8afa8b2dc7cb432d6611c01d96e49d5.tar.xz
src: Drop unused 'include <arch/ioapic.h>'
Change-Id: I1341f90230f318ac81a4aea24872ff272adad1eb Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31856 Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/scaleway')
-rw-r--r--src/mainboard/scaleway/tagada/acpi_tables.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/scaleway/tagada/acpi_tables.c b/src/mainboard/scaleway/tagada/acpi_tables.c
index 6be920b571..e126bd8e83 100644
--- a/src/mainboard/scaleway/tagada/acpi_tables.c
+++ b/src/mainboard/scaleway/tagada/acpi_tables.c
@@ -18,7 +18,6 @@
#include <types.h>
#include <string.h>
#include <arch/acpi.h>
-#include <arch/ioapic.h>
#include <arch/smp/mpspec.h>
#include <device/device.h>
#include <device/pci.h>