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/google/link | |
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/google/link')
-rw-r--r-- | src/mainboard/google/link/early_init.c | 1 | ||||
-rw-r--r-- | src/mainboard/google/link/mainboard.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/google/link/early_init.c b/src/mainboard/google/link/early_init.c index 8c58054463..19cd295948 100644 --- a/src/mainboard/google/link/early_init.c +++ b/src/mainboard/google/link/early_init.c @@ -18,7 +18,6 @@ #include <string.h> #include <device/pci_ops.h> #include <device/pci.h> -#include <device/pci_def.h> #include <cpu/x86/lapic.h> #include <arch/acpi.h> #include <console/console.h> diff --git a/src/mainboard/google/link/mainboard.c b/src/mainboard/google/link/mainboard.c index a91930bd7f..21274b345f 100644 --- a/src/mainboard/google/link/mainboard.c +++ b/src/mainboard/google/link/mainboard.c @@ -16,7 +16,6 @@ #include <types.h> #include <device/device.h> -#include <device/pci_def.h> #include <device/pci_ops.h> #include <console/console.h> #if CONFIG(VGA_ROM_RUN) |