diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-03-12 10:40:08 +0100 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-03-13 07:29:01 +0000 |
commit | 11949990a8afa8b2dc7cb432d6611c01d96e49d5 (patch) | |
tree | be7fee019907f2971f575c3474793ebec6009914 /src/mainboard/scaleway | |
parent | 285ae69e5177c80686a3c82094b4bf212e7dede6 (diff) |
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.c | 1 |
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> |