Peter Lemenkov has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/33365
Change subject: mb/lenovo/z61t/romstage: Remove unused include ......................................................................
mb/lenovo/z61t/romstage: Remove unused include
This commit follows up on commit commit 89989cf6 with Change-Id: I1f44ffeb54955ed660162a791c6281f292b1116a ("src: Drop unused include <arch/acpi.h>").
Change-Id: I3dc12373b32b95d25ba7b302cbca5f927678315d Signed-off-by: Peter Lemenkov lemenkov@gmail.com --- M src/mainboard/lenovo/z61t/romstage.c 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/65/33365/1
diff --git a/src/mainboard/lenovo/z61t/romstage.c b/src/mainboard/lenovo/z61t/romstage.c index 502eac3..716be16 100644 --- a/src/mainboard/lenovo/z61t/romstage.c +++ b/src/mainboard/lenovo/z61t/romstage.c @@ -24,7 +24,6 @@ #include <device/pci_def.h> #include <device/pnp_def.h> #include <cpu/x86/lapic.h> -#include <arch/acpi.h> #include <console/console.h> #include <cpu/x86/bist.h> #include <cpu/intel/romstage.h>