commit | 3ab3f3c9df348324029e3fbdf381f551b1df8f1e | [log] [tgz] |
---|---|---|
author | Oliver O'Halloran <oohall@gmail.com> | Fri Jan 10 18:02:03 2020 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Thu Jan 23 21:31:21 2020 +1100 |
tree | 51e20eb18818bb6a078554e87683adda54cee731 | |
parent | 37f6f8e88caef5f69774b82117ca35bdc4a985d8 [diff] |
powerpc/pci: Fold pcibios_setup_device() into pcibios_bus_add_device() pcibios_bus_add_device() is the only caller of pcibios_setup_device(). Fold them together since there's no real reason to keep them separate. Signed-off-by: Oliver O'Halloran <oohall@gmail.com> Reviewed-by: Alexey Kardashevskiy <aik@ozlabs.ru> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20200110070207.439-2-oohall@gmail.com