soc/intel/broadwell: Drop broadwell_pci_ops

This is essentially a duplicate of `pci_dev_ops_pci`.

Change-Id: I06a21ebd759c35910cd753d3079ea7902868e89d
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46697
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Angel Pons
2020-10-23 15:45:44 +02:00
parent 08e5b65f46
commit cb2080f551
13 changed files with 11 additions and 17 deletions

View File

@@ -590,7 +590,7 @@ static struct device_operations igd_ops = {
.set_resources = &pci_dev_set_resources,
.enable_resources = &pci_dev_enable_resources,
.init = &igd_init,
.ops_pci = &broadwell_pci_ops,
.ops_pci = &pci_dev_ops_pci,
.acpi_fill_ssdt = gma_generate_ssdt,
};