]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/pci: Make pcibios_make_OF_bus_map() static
authorPali Rohár <pali@kernel.org>
Wed, 6 Jul 2022 10:43:05 +0000 (12:43 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 27 Jul 2022 11:36:03 +0000 (21:36 +1000)
commiteaaa56438b2e3ac477c54393f9c8286d47d35399
tree54d436eba3dab41f185c1866e8523b65b8a44d22
parent41be4c9477473ce0aaa8ed6507b94583d0fe7c07
powerpc/pci: Make pcibios_make_OF_bus_map() static

Function pcibios_make_OF_bus_map() is used only in pci_32.c. So make it
static.

Signed-off-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220706104308.5390-3-pali@kernel.org
arch/powerpc/kernel/pci_32.c