summaryrefslogtreecommitdiff
path: root/src/northbridge/intel/haswell/pcie.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/intel/haswell/pcie.c')
-rw-r--r--src/northbridge/intel/haswell/pcie.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/northbridge/intel/haswell/pcie.c b/src/northbridge/intel/haswell/pcie.c
index 74f11dde8c..a47a2f507c 100644
--- a/src/northbridge/intel/haswell/pcie.c
+++ b/src/northbridge/intel/haswell/pcie.c
@@ -47,10 +47,6 @@ static const char *pcie_acpi_name(const struct device *dev)
}
#endif
-static struct pci_operations pci_ops = {
- .set_subsystem = pci_dev_set_subsystem,
-};
-
static struct device_operations device_ops = {
.read_resources = pci_bus_read_resources,
.set_resources = pci_dev_set_resources,
@@ -59,7 +55,7 @@ static struct device_operations device_ops = {
.reset_bus = pci_bus_reset,
.disable = pcie_disable,
.init = pci_dev_init,
- .ops_pci = &pci_ops,
+ .ops_pci = &pci_dev_ops_pci,
#if CONFIG(HAVE_ACPI_TABLES)
.acpi_name = pcie_acpi_name,
#endif