summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-04-11 14:32:55 +0200
committerElyes Haouas <ehaouas@noos.fr>2024-04-12 04:24:43 +0000
commitdc3a6f8593c5a204e48e7c858b9a3ed83ac40909 (patch)
treed4ec201387ab1dd01a98c5517ec3526295f04477
parent9f1030feae813751e607a282d5ec2cff8668b1b5 (diff)
downloadcoreboot-dc3a6f8593c5a204e48e7c858b9a3ed83ac40909.tar.gz
coreboot-dc3a6f8593c5a204e48e7c858b9a3ed83ac40909.tar.bz2
coreboot-dc3a6f8593c5a204e48e7c858b9a3ed83ac40909.zip
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>
-rw-r--r--src/lib/smbios.c1
-rw-r--r--src/soc/intel/xeon_sp/chip_gen1.c1
-rw-r--r--src/soc/intel/xeon_sp/cpx/chip.c1
-rw-r--r--src/soc/intel/xeon_sp/skx/soc_util.c1
-rw-r--r--src/soc/intel/xeon_sp/spr/chip.c1
-rw-r--r--src/southbridge/intel/bd82x6x/common.c1
6 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/smbios.c b/src/lib/smbios.c
index 449e4fd0b504..dcf12bf73c67 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 143cc89095cb..b17b77347e5a 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 9c86aee3fb7c..8b9a673597e0 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 38d834f97c00..6f482466cea0 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 9b3b46f55995..ec23940f2bba 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 63d2fb22e0a8..401be7609f6c 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>