summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPeter Lemenkov <lemenkov@gmail.com>2019-06-10 14:49:42 +0200
committerNico Huber <nico.h@gmx.de>2019-06-19 12:26:41 +0000
commitfab13583b56795f32f2826e786f7e70574ace4c2 (patch)
tree0ffce6af310e0e054217cd47a5ef1316dd8147e0 /src
parente625d0710647a85946fec50072aeec37390e4e8c (diff)
downloadcoreboot-fab13583b56795f32f2826e786f7e70574ace4c2.tar.gz
coreboot-fab13583b56795f32f2826e786f7e70574ace4c2.tar.bz2
coreboot-fab13583b56795f32f2826e786f7e70574ace4c2.zip
mb/lenovo/t60/romstage: Remove unused include
This commit follows up on commit 8b7a1614 with Change-Id: I73c557d6ef009fb2cac35fdea500dee76f525330 ("src/mainboard: Remove unneeded include <arch/io.h>"). Change-Id: I7f307bf5b6cdcfebe1a290ce344b962fcecc8781 Signed-off-by: Peter Lemenkov <lemenkov@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33366 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/lenovo/t60/romstage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/t60/romstage.c b/src/mainboard/lenovo/t60/romstage.c
index 0c7c0cfb2d51..820cd5265e9f 100644
--- a/src/mainboard/lenovo/t60/romstage.c
+++ b/src/mainboard/lenovo/t60/romstage.c
@@ -18,7 +18,6 @@
// __PRE_RAM__ means: use "unsigned" for device, not a struct.
#include <stdint.h>
-#include <arch/io.h>
#include <cf9_reset.h>
#include <device/pnp_ops.h>
#include <device/pci_ops.h>