From 3de303179ac8db5104a77c0f36e3640623057052 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Fri, 4 May 2018 14:28:46 +0200 Subject: {mb,nb,soc}: Remove references to pci_bus_default_ops() pci_bus_default_ops() is the default anyway. Change-Id: I5306d3feea3fc583171d8c865abbe0864b6d9cc6 Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/26055 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/soc/intel/cannonlake/chip.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/soc/intel/cannonlake') diff --git a/src/soc/intel/cannonlake/chip.c b/src/soc/intel/cannonlake/chip.c index 49b98eecda..b64d804d61 100644 --- a/src/soc/intel/cannonlake/chip.c +++ b/src/soc/intel/cannonlake/chip.c @@ -148,7 +148,6 @@ static struct device_operations pci_domain_ops = { .read_resources = &pci_domain_read_resources, .set_resources = &pci_domain_set_resources, .scan_bus = &pci_domain_scan_bus, - .ops_pci_bus = &pci_bus_default_ops, #if IS_ENABLED(CONFIG_HAVE_ACPI_TABLES) .acpi_name = &soc_acpi_name, #endif -- cgit v1.2.3