Peter Lemenkov has uploaded this change for review. ( https://review.coreboot.org/29499
Change subject: mb/lenovo/x201: Remove unnecessary include - delay.h ......................................................................
mb/lenovo/x201: Remove unnecessary include - delay.h
Change-Id: Ia997c5188aef0c18d871658209c2d5f718ee2a19 Signed-off-by: Peter Lemenkov lemenkov@gmail.com --- M src/mainboard/lenovo/x201/dock.c M src/mainboard/lenovo/x201/romstage.c 2 files changed, 0 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/99/29499/1
diff --git a/src/mainboard/lenovo/x201/dock.c b/src/mainboard/lenovo/x201/dock.c index a11c720..b0e467a 100644 --- a/src/mainboard/lenovo/x201/dock.c +++ b/src/mainboard/lenovo/x201/dock.c @@ -20,7 +20,6 @@ #include <arch/io.h> #include <device/device.h> #include <device/pci.h> -#include <delay.h> #include "dock.h" #include <southbridge/intel/ibexpeak/pch.h> #include "ec/lenovo/h8/h8.h" diff --git a/src/mainboard/lenovo/x201/romstage.c b/src/mainboard/lenovo/x201/romstage.c index b6efbd7..02b9e24 100644 --- a/src/mainboard/lenovo/x201/romstage.c +++ b/src/mainboard/lenovo/x201/romstage.c @@ -30,7 +30,6 @@ #include <cpu/x86/bist.h> #include <cpu/intel/romstage.h> #include <ec/acpi/ec.h> -#include <delay.h> #include <timestamp.h> #include <arch/acpi.h>