{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 <nico.huber@secunet.com>
Reviewed-on: https://review.coreboot.org/26055
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Nico Huber
2018-05-04 14:28:46 +02:00
committed by Martin Roth
parent ea4d692d57
commit 3de303179a
37 changed files with 0 additions and 37 deletions

View File

@@ -456,7 +456,6 @@ Use the following steps to debug the call to TempRamInit:
.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,
};
</code></pre>
</li>