summaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/t520
diff options
context:
space:
mode:
authorPeter Lemenkov <lemenkov@gmail.com>2019-06-15 17:22:43 +0200
committerArthur Heymans <arthur@aheymans.xyz>2019-06-16 08:09:44 +0000
commita533a8d3f563386f57838ef9994e78af6c7acc9d (patch)
tree46f290c2480f79aa2a29fc5523d230f3a95c3e32 /src/mainboard/lenovo/t520
parent64e668051c087289ea012eb0f637d2d396af5d6e (diff)
downloadcoreboot-a533a8d3f563386f57838ef9994e78af6c7acc9d.tar.xz
mb/lenovo/*/smihandler: Remove unused include
All usage of pci_read_config8 was removed in commit d44d4f0f with Change-Id Ia959eb5b747846048396e66d4c926c96c27f3878 ("mb/lenovo/*: Remove useless smihandler code"). So we don't need this include anymore. Change-Id: Ic4f038c80e17799016ae7e92a5675cfe7c71e400 Signed-off-by: Peter Lemenkov <lemenkov@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33510 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'src/mainboard/lenovo/t520')
-rw-r--r--src/mainboard/lenovo/t520/smihandler.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/t520/smihandler.c b/src/mainboard/lenovo/t520/smihandler.c
index 46ad664c3c..35a26c0ebd 100644
--- a/src/mainboard/lenovo/t520/smihandler.c
+++ b/src/mainboard/lenovo/t520/smihandler.c
@@ -16,7 +16,6 @@
*/
#include <arch/io.h>
-#include <device/pci_ops.h>
#include <console/console.h>
#include <cpu/x86/smm.h>
#include <ec/acpi/ec.h>