diff options
author | Peter Lemenkov <lemenkov@gmail.com> | 2018-11-06 08:31:35 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-11-07 16:49:09 +0000 |
commit | 3de0ac36519903efc8382a4aadd6b0044c27f39f (patch) | |
tree | a43ce39885bd61e567b482c3c722f16ec020b581 /src | |
parent | 6d7f3133fbbf486047f16e271cb7136e2c693508 (diff) | |
download | coreboot-3de0ac36519903efc8382a4aadd6b0044c27f39f.tar.xz |
mb/lenovo/x201: Remove unnecessary include - delay.h
Change-Id: Ia997c5188aef0c18d871658209c2d5f718ee2a19
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
Reviewed-on: https://review.coreboot.org/29499
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/lenovo/x201/dock.c | 1 | ||||
-rw-r--r-- | src/mainboard/lenovo/x201/romstage.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/lenovo/x201/dock.c b/src/mainboard/lenovo/x201/dock.c index a11c7202bd..b0e467ad41 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 b6efbd767c..02b9e24a4e 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> |