summaryrefslogtreecommitdiffstats
path: root/src/mainboard/lenovo/x60/romstage.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-05-14 12:54:30 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-05-15 17:59:05 +0000
commit8b7a16145254deff4ba5191463707d6981017357 (patch)
tree1751ea1cfd3ae9b3f8f97d33e9f215d39763f2c8 /src/mainboard/lenovo/x60/romstage.c
parent274dabd7a04b18bc2f2378bb9faa7416dfd0ab83 (diff)
downloadcoreboot-8b7a16145254deff4ba5191463707d6981017357.tar.gz
coreboot-8b7a16145254deff4ba5191463707d6981017357.tar.bz2
coreboot-8b7a16145254deff4ba5191463707d6981017357.zip
src/mainboard: Remove unneeded include <arch/io.h>
Change-Id: I73c557d6ef009fb2cac35fdea500dee76f525330 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32783 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/mainboard/lenovo/x60/romstage.c')
-rw-r--r--src/mainboard/lenovo/x60/romstage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/x60/romstage.c b/src/mainboard/lenovo/x60/romstage.c
index ea93707ce956..b66ef6687175 100644
--- a/src/mainboard/lenovo/x60/romstage.c
+++ b/src/mainboard/lenovo/x60/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>