diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-12-13 09:05:43 +0100 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-12-19 04:36:23 +0000 |
commit | 4b463c71c04684476de83673182d8830c04efc4c (patch) | |
tree | 90a1067e5f5d78ede5350acfb8e3da87af8c37a1 /src/mainboard/lenovo | |
parent | aa57187f8220734dea52a6155361c1c7f9cadb2d (diff) |
mb/*/{BiosCallOuts,mainboard,romstage}.c: Remove unused <device/pci_{def,ops}.h>
Change-Id: I4dcdcb734e20830ac97d4a826de61017afc6ee67
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37688
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/mainboard/lenovo')
-rw-r--r-- | src/mainboard/lenovo/s230u/early_init.c | 1 | ||||
-rw-r--r-- | src/mainboard/lenovo/t430s/variants/t431s/romstage.c | 1 | ||||
-rw-r--r-- | src/mainboard/lenovo/t60/mainboard.c | 1 | ||||
-rw-r--r-- | src/mainboard/lenovo/x201/mainboard.c | 1 | ||||
-rw-r--r-- | src/mainboard/lenovo/x201/romstage.c | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/lenovo/s230u/early_init.c b/src/mainboard/lenovo/s230u/early_init.c index 2de0637140..10ce300432 100644 --- a/src/mainboard/lenovo/s230u/early_init.c +++ b/src/mainboard/lenovo/s230u/early_init.c @@ -17,7 +17,6 @@ #include <string.h> #include <cbfs.h> #include <device/pci_ops.h> -#include <device/pci_def.h> #include <console/console.h> #include <northbridge/intel/sandybridge/sandybridge.h> #include <northbridge/intel/sandybridge/raminit_native.h> diff --git a/src/mainboard/lenovo/t430s/variants/t431s/romstage.c b/src/mainboard/lenovo/t430s/variants/t431s/romstage.c index 3f62f06c58..fa6028dbee 100644 --- a/src/mainboard/lenovo/t430s/variants/t431s/romstage.c +++ b/src/mainboard/lenovo/t430s/variants/t431s/romstage.c @@ -16,7 +16,6 @@ */ #include <option.h> -#include <device/pci_def.h> #include <console/console.h> #include <cbfs.h> #include <northbridge/intel/sandybridge/raminit_native.h> diff --git a/src/mainboard/lenovo/t60/mainboard.c b/src/mainboard/lenovo/t60/mainboard.c index 5f599465a1..93cad771ae 100644 --- a/src/mainboard/lenovo/t60/mainboard.c +++ b/src/mainboard/lenovo/t60/mainboard.c @@ -15,7 +15,6 @@ * GNU General Public License for more details. */ -#include <device/pci_def.h> #include <arch/io.h> #include <device/device.h> #include <ec/lenovo/pmh7/pmh7.h> diff --git a/src/mainboard/lenovo/x201/mainboard.c b/src/mainboard/lenovo/x201/mainboard.c index a403237e27..4cd3bdee5f 100644 --- a/src/mainboard/lenovo/x201/mainboard.c +++ b/src/mainboard/lenovo/x201/mainboard.c @@ -17,7 +17,6 @@ */ #include <device/device.h> -#include <device/pci_ops.h> #include <ec/acpi/ec.h> #include <northbridge/intel/nehalem/nehalem.h> #include <southbridge/intel/bd82x6x/pch.h> diff --git a/src/mainboard/lenovo/x201/romstage.c b/src/mainboard/lenovo/x201/romstage.c index c8e8afbb30..7bab9576bc 100644 --- a/src/mainboard/lenovo/x201/romstage.c +++ b/src/mainboard/lenovo/x201/romstage.c @@ -18,7 +18,6 @@ #include <stdint.h> #include <arch/io.h> -#include <device/pci_ops.h> #include <ec/acpi/ec.h> #include <southbridge/intel/ibexpeak/pch.h> |