summaryrefslogtreecommitdiff
path: root/src/mainboard/intel/wtm2
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-12-05 15:04:55 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-12-20 17:59:59 +0000
commitb9bd69e70ed355d89ff41d66ed7134338c5986fe (patch)
tree778bbc72cae3689f8a09eb0b17c1915b02598e1f /src/mainboard/intel/wtm2
parented69de318f4a87a8fe2c82a9cd5b2893c8538f38 (diff)
downloadcoreboot-b9bd69e70ed355d89ff41d66ed7134338c5986fe.tar.xz
src/mainboard: Remove unused '#include <device/pci.h>'
Change-Id: I5791fddec8b2387df5979adbb1a0fa64c5dd23ea Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37522 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src/mainboard/intel/wtm2')
-rw-r--r--src/mainboard/intel/wtm2/acpi_tables.c1
-rw-r--r--src/mainboard/intel/wtm2/chromeos.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/intel/wtm2/acpi_tables.c b/src/mainboard/intel/wtm2/acpi_tables.c
index c94c7bff55..8ceea46e07 100644
--- a/src/mainboard/intel/wtm2/acpi_tables.c
+++ b/src/mainboard/intel/wtm2/acpi_tables.c
@@ -18,7 +18,6 @@
#include <arch/ioapic.h>
#include <arch/smp/mpspec.h>
#include <device/device.h>
-#include <device/pci.h>
#include <soc/acpi.h>
#include <soc/nvs.h>
#include "thermal.h"
diff --git a/src/mainboard/intel/wtm2/chromeos.c b/src/mainboard/intel/wtm2/chromeos.c
index 556677acb6..95664f1d42 100644
--- a/src/mainboard/intel/wtm2/chromeos.c
+++ b/src/mainboard/intel/wtm2/chromeos.c
@@ -16,7 +16,6 @@
#include <bootmode.h>
#include <boot/coreboot_tables.h>
#include <device/device.h>
-#include <device/pci.h>
#include <soc/gpio.h>
#include <vendorcode/google/chromeos/chromeos.h>