diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-04-11 14:32:55 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-04-12 04:24:43 +0000 |
commit | dc3a6f8593c5a204e48e7c858b9a3ed83ac40909 (patch) | |
tree | d4ec201387ab1dd01a98c5517ec3526295f04477 /src | |
parent | 9f1030feae813751e607a282d5ec2cff8668b1b5 (diff) |
tree: Drop duplicated <device/pci_{def,type}.h>
<device/pci.h> is supposed to provide <device/pci_{def,type}.h>
Change-Id: Ia645b8dba8c688187a25916f508593f333821f88
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81831
Reviewed-by: Eric Lai <ericllai@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/smbios.c | 1 | ||||
-rw-r--r-- | src/soc/intel/xeon_sp/chip_gen1.c | 1 | ||||
-rw-r--r-- | src/soc/intel/xeon_sp/cpx/chip.c | 1 | ||||
-rw-r--r-- | src/soc/intel/xeon_sp/skx/soc_util.c | 1 | ||||
-rw-r--r-- | src/soc/intel/xeon_sp/spr/chip.c | 1 | ||||
-rw-r--r-- | src/southbridge/intel/bd82x6x/common.c | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/smbios.c b/src/lib/smbios.c index 449e4fd0b5..dcf12bf73c 100644 --- a/src/lib/smbios.c +++ b/src/lib/smbios.c @@ -15,7 +15,6 @@ #include <commonlib/helpers.h> #include <device/pci_ids.h> #include <device/pci.h> -#include <device/pci_def.h> #include <drivers/vpd/vpd.h> #include <stdlib.h> diff --git a/src/soc/intel/xeon_sp/chip_gen1.c b/src/soc/intel/xeon_sp/chip_gen1.c index 143cc89095..b17b77347e 100644 --- a/src/soc/intel/xeon_sp/chip_gen1.c +++ b/src/soc/intel/xeon_sp/chip_gen1.c @@ -5,7 +5,6 @@ #include <console/console.h> #include <device/pci.h> #include <device/pci_ids.h> -#include <device/pci_def.h> #include <soc/pci_devs.h> #include <intelblocks/acpi.h> #include <soc/acpi.h> diff --git a/src/soc/intel/xeon_sp/cpx/chip.c b/src/soc/intel/xeon_sp/cpx/chip.c index 9c86aee3fb..8b9a673597 100644 --- a/src/soc/intel/xeon_sp/cpx/chip.c +++ b/src/soc/intel/xeon_sp/cpx/chip.c @@ -6,7 +6,6 @@ #include <cpu/x86/mp.h> #include <device/pci.h> #include <device/pci_ids.h> -#include <device/pci_def.h> #include <gpio.h> #include <intelblocks/acpi.h> #include <intelblocks/lpc_lib.h> diff --git a/src/soc/intel/xeon_sp/skx/soc_util.c b/src/soc/intel/xeon_sp/skx/soc_util.c index 38d834f97c..6f482466ce 100644 --- a/src/soc/intel/xeon_sp/skx/soc_util.c +++ b/src/soc/intel/xeon_sp/skx/soc_util.c @@ -3,7 +3,6 @@ #include <assert.h> #include <console/console.h> #include <device/pci.h> -#include <device/pci_def.h> #include <device/pci_ids.h> #include <hob_iiouds.h> #include <intelblocks/cpulib.h> diff --git a/src/soc/intel/xeon_sp/spr/chip.c b/src/soc/intel/xeon_sp/spr/chip.c index 9b3b46f559..ec23940f2b 100644 --- a/src/soc/intel/xeon_sp/spr/chip.c +++ b/src/soc/intel/xeon_sp/spr/chip.c @@ -6,7 +6,6 @@ #include <cpu/x86/lapic.h> #include <device/pci.h> #include <device/pci_ids.h> -#include <device/pci_def.h> #include <device/pciexp.h> #include <intelblocks/acpi.h> #include <intelblocks/gpio.h> diff --git a/src/southbridge/intel/bd82x6x/common.c b/src/southbridge/intel/bd82x6x/common.c index 63d2fb22e0..401be7609f 100644 --- a/src/southbridge/intel/bd82x6x/common.c +++ b/src/southbridge/intel/bd82x6x/common.c @@ -5,7 +5,6 @@ #include <console/console.h> #include <delay.h> #include <device/pci.h> -#include <device/pci_def.h> #include <device/pci_ids.h> #include <device/pci_ops.h> #include <stdint.h> |