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/mainboard/samsung | |
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/mainboard/samsung')
-rw-r--r-- | src/mainboard/samsung/lumpy/acpi_tables.c | 1 | ||||
-rw-r--r-- | src/mainboard/samsung/stumpy/acpi_tables.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/samsung/lumpy/acpi_tables.c b/src/mainboard/samsung/lumpy/acpi_tables.c index 62284f1ef6..c801b348c4 100644 --- a/src/mainboard/samsung/lumpy/acpi_tables.c +++ b/src/mainboard/samsung/lumpy/acpi_tables.c @@ -16,7 +16,6 @@ #include <types.h> #include <string.h> #include <arch/acpi.h> -#include <arch/ioapic.h> #include <arch/acpigen.h> #include <arch/smp/mpspec.h> #include <device/device.h> diff --git a/src/mainboard/samsung/stumpy/acpi_tables.c b/src/mainboard/samsung/stumpy/acpi_tables.c index d57ec9d675..f875b88854 100644 --- a/src/mainboard/samsung/stumpy/acpi_tables.c +++ b/src/mainboard/samsung/stumpy/acpi_tables.c @@ -16,7 +16,6 @@ #include <types.h> #include <string.h> #include <arch/acpi.h> -#include <arch/ioapic.h> #include <arch/acpigen.h> #include <arch/smp/mpspec.h> #include <device/device.h> |