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/lenovo/t400 | |
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/lenovo/t400')
-rw-r--r-- | src/mainboard/lenovo/t400/acpi_tables.c | 1 | ||||
-rw-r--r-- | src/mainboard/lenovo/t400/dock.c | 1 | ||||
-rw-r--r-- | src/mainboard/lenovo/t400/fadt.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/lenovo/t400/acpi_tables.c b/src/mainboard/lenovo/t400/acpi_tables.c index 8fb9056c51..953a2b84bf 100644 --- a/src/mainboard/lenovo/t400/acpi_tables.c +++ b/src/mainboard/lenovo/t400/acpi_tables.c @@ -19,7 +19,6 @@ #include <arch/acpi.h> #include <arch/smp/mpspec.h> #include <device/device.h> -#include <device/pci.h> #include <southbridge/intel/i82801ix/nvs.h> #include "thermal.h" diff --git a/src/mainboard/lenovo/t400/dock.c b/src/mainboard/lenovo/t400/dock.c index ccd6dcd5b8..2eb9903bb7 100644 --- a/src/mainboard/lenovo/t400/dock.c +++ b/src/mainboard/lenovo/t400/dock.c @@ -20,7 +20,6 @@ #include <arch/io.h> #include <device/pnp_ops.h> #include <device/device.h> -#include <device/pci.h> #include <device/pnp.h> #include <delay.h> #include "dock.h" diff --git a/src/mainboard/lenovo/t400/fadt.c b/src/mainboard/lenovo/t400/fadt.c index e335787100..9f4ebf6fe5 100644 --- a/src/mainboard/lenovo/t400/fadt.c +++ b/src/mainboard/lenovo/t400/fadt.c @@ -15,7 +15,6 @@ */ #include <string.h> -#include <device/pci.h> #include <device/pci_ops.h> #include <arch/acpi.h> #include <cpu/x86/smm.h> |