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/getac | |
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/getac')
-rw-r--r-- | src/mainboard/getac/p470/romstage.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/getac/p470/romstage.c b/src/mainboard/getac/p470/romstage.c index 2f90572b95..b7b5efefcb 100644 --- a/src/mainboard/getac/p470/romstage.c +++ b/src/mainboard/getac/p470/romstage.c @@ -21,7 +21,6 @@ #include <device/pci_ops.h> #include <device/pci_def.h> #include <cpu/x86/lapic.h> -#include <arch/acpi.h> #include <pc80/mc146818rtc.h> #include <console/console.h> #include <cpu/x86/bist.h> |