diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-03-04 17:49:46 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-03-06 20:03:55 +0000 |
commit | 89989cf61f93fdbb0b61474d16fbc0dfdf419944 (patch) | |
tree | 898f5542ee0abc00102d78e940e7668d74fbf75e /src/mainboard/samsung | |
parent | c2209e4befd047e76ef281bedd6a5e859f6ba65c (diff) |
src: Drop unused include <arch/acpi.h>
Change-Id: I1f44ffeb54955ed660162a791c6281f292b1116a
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31715
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src/mainboard/samsung')
-rw-r--r-- | src/mainboard/samsung/lumpy/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/samsung/stumpy/romstage.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/samsung/lumpy/romstage.c b/src/mainboard/samsung/lumpy/romstage.c index 244ce7c10d..d39d59c735 100644 --- a/src/mainboard/samsung/lumpy/romstage.c +++ b/src/mainboard/samsung/lumpy/romstage.c @@ -22,7 +22,6 @@ #include <device/pci_def.h> #include <cpu/x86/lapic.h> #include <cbfs.h> -#include <arch/acpi.h> #include <console/console.h> #include <bootmode.h> #include <northbridge/intel/sandybridge/sandybridge.h> diff --git a/src/mainboard/samsung/stumpy/romstage.c b/src/mainboard/samsung/stumpy/romstage.c index c45ca7e721..1c4e3d8f2f 100644 --- a/src/mainboard/samsung/stumpy/romstage.c +++ b/src/mainboard/samsung/stumpy/romstage.c @@ -21,7 +21,6 @@ #include <device/pci_def.h> #include <cpu/x86/lapic.h> #include <pc80/mc146818rtc.h> -#include <arch/acpi.h> #include <console/console.h> #include <bootmode.h> #include <superio/ite/common/ite.h> |