diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-12-05 15:04:55 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-12-20 17:59:59 +0000 |
commit | b9bd69e70ed355d89ff41d66ed7134338c5986fe (patch) | |
tree | 778bbc72cae3689f8a09eb0b17c1915b02598e1f /src/mainboard/google/stout | |
parent | ed69de318f4a87a8fe2c82a9cd5b2893c8538f38 (diff) |
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/google/stout')
-rw-r--r-- | src/mainboard/google/stout/acpi_tables.c | 1 | ||||
-rw-r--r-- | src/mainboard/google/stout/chromeos.c | 1 | ||||
-rw-r--r-- | src/mainboard/google/stout/ec.c | 1 | ||||
-rw-r--r-- | src/mainboard/google/stout/mainboard.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/google/stout/acpi_tables.c b/src/mainboard/google/stout/acpi_tables.c index 46aadaf75b..597cb8fb76 100644 --- a/src/mainboard/google/stout/acpi_tables.c +++ b/src/mainboard/google/stout/acpi_tables.c @@ -17,7 +17,6 @@ #include <arch/acpi.h> #include <arch/smp/mpspec.h> #include <device/device.h> -#include <device/pci.h> #include <vendorcode/google/chromeos/gnvs.h> #include <bootmode.h> #include <ec/quanta/it8518/ec.h> diff --git a/src/mainboard/google/stout/chromeos.c b/src/mainboard/google/stout/chromeos.c index dc3f3abb45..fbb81907ce 100644 --- a/src/mainboard/google/stout/chromeos.c +++ b/src/mainboard/google/stout/chromeos.c @@ -18,7 +18,6 @@ #include <device/pci_ops.h> #include <console/console.h> #include <device/device.h> -#include <device/pci.h> #include <southbridge/intel/bd82x6x/pch.h> #include <southbridge/intel/common/gpio.h> diff --git a/src/mainboard/google/stout/ec.c b/src/mainboard/google/stout/ec.c index 0ea32bcfc3..3e91282f10 100644 --- a/src/mainboard/google/stout/ec.c +++ b/src/mainboard/google/stout/ec.c @@ -20,7 +20,6 @@ #include <cpu/x86/smm.h> #include <ec/quanta/it8518/ec.h> #include <device/device.h> -#include <device/pci.h> #include <southbridge/intel/bd82x6x/pch.h> #include <southbridge/intel/common/pmbase.h> #include <elog.h> diff --git a/src/mainboard/google/stout/mainboard.c b/src/mainboard/google/stout/mainboard.c index 2d4086a230..dcd8fc656a 100644 --- a/src/mainboard/google/stout/mainboard.c +++ b/src/mainboard/google/stout/mainboard.c @@ -20,7 +20,6 @@ #include <drivers/intel/gma/int15.h> #include <arch/acpi.h> #include <southbridge/intel/bd82x6x/pch.h> -#include <device/pci.h> #include <ec/quanta/it8518/ec.h> #include <vendorcode/google/chromeos/chromeos.h> |