diff options
author | Peter Lemenkov <lemenkov@gmail.com> | 2019-06-20 11:03:53 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2019-06-21 12:40:28 +0000 |
commit | 3f17c3b33ff43cdc0879bc5b20d6526371e124b0 (patch) | |
tree | aa3714fefcf3b145f35a5d966728427ce4644750 | |
parent | b3c344b8b80d397877e605a59cc55eeb637531a9 (diff) | |
download | coreboot-3f17c3b33ff43cdc0879bc5b20d6526371e124b0.tar.xz |
mb/lenovo/x201: Remove duplicated include
Change-Id: I0917f11091b8c93c21c0e25690440b7dd0e9c8ba
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33626
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
-rw-r--r-- | src/mainboard/lenovo/x201/mainboard.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/x201/mainboard.c b/src/mainboard/lenovo/x201/mainboard.c index 01dba57c30..70b393cc18 100644 --- a/src/mainboard/lenovo/x201/mainboard.c +++ b/src/mainboard/lenovo/x201/mainboard.c @@ -26,7 +26,6 @@ #include "dock.h" #include <drivers/intel/gma/int15.h> #include <cpu/x86/lapic.h> -#include <device/pci_ops.h> #include <drivers/lenovo/lenovo.h> static void mainboard_init(struct device *dev) |