summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPeter Lemenkov <lemenkov@gmail.com>2019-06-10 14:44:28 +0200
committerNico Huber <nico.h@gmx.de>2019-06-19 12:27:14 +0000
commitca70593d0fa2d88d442fe42d193655012d143079 (patch)
tree2f47dd6b5c3dbe3cae43841b2a7fc23a6232039f /src
parentfab13583b56795f32f2826e786f7e70574ace4c2 (diff)
downloadcoreboot-ca70593d0fa2d88d442fe42d193655012d143079.tar.gz
coreboot-ca70593d0fa2d88d442fe42d193655012d143079.tar.bz2
coreboot-ca70593d0fa2d88d442fe42d193655012d143079.zip
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> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33365 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/lenovo/z61t/romstage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/z61t/romstage.c b/src/mainboard/lenovo/z61t/romstage.c
index 502eac39d563..716be16dada6 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>