Hello Aaron Durbin, build bot (Jenkins), Nico Huber,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/31678
to look at the new patch set (#2).
Change subject: device/pci_ops: Drop unused parameter ......................................................................
device/pci_ops: Drop unused parameter
Drop the bus parameter, we do not use it.
It would still be possible to do per-bus selection by evaluating the bus number, but currently we do not have need for that either.
Change-Id: I09e928b4677d9db2eee12730ba7b3fdd8837805c Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com --- M src/arch/x86/pci_ops_conf1.c M src/device/pci_ops.c M src/device/pci_ops_mmconf.c M src/include/device/pci.h M src/southbridge/amd/rs780/rs780.c M src/southbridge/amd/sr5650/pcie.c 6 files changed, 54 insertions(+), 65 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/78/31678/2