summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/broadwell/lpc.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-10-23 15:45:44 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-10-25 16:10:29 +0000
commitcb2080f551f0aef75c989d0ba005860376e20538 (patch)
treedb0c473e21ef13de501ebfd0197729bbe8cc6ead /src/soc/intel/broadwell/lpc.c
parent08e5b65f46e9173451567fd95c7792b595f70a69 (diff)
downloadcoreboot-cb2080f551f0aef75c989d0ba005860376e20538.tar.gz
coreboot-cb2080f551f0aef75c989d0ba005860376e20538.tar.bz2
coreboot-cb2080f551f0aef75c989d0ba005860376e20538.zip
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>
Diffstat (limited to 'src/soc/intel/broadwell/lpc.c')
-rw-r--r--src/soc/intel/broadwell/lpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/broadwell/lpc.c b/src/soc/intel/broadwell/lpc.c
index ccd372cbc9f5..dd4e15c80a55 100644
--- a/src/soc/intel/broadwell/lpc.c
+++ b/src/soc/intel/broadwell/lpc.c
@@ -652,7 +652,7 @@ static struct device_operations device_ops = {
.write_acpi_tables = broadwell_write_acpi_tables,
.init = &lpc_init,
.scan_bus = &scan_static_bus,
- .ops_pci = &broadwell_pci_ops,
+ .ops_pci = &pci_dev_ops_pci,
};
static const unsigned short pci_device_ids[] = {