powerpc/ps3: mark ps3_system_bus_type static
authorChristoph Hellwig <hch@lst.de>
Tue, 22 Nov 2022 07:22:25 +0000 (08:22 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 30 Nov 2022 10:46:47 +0000 (21:46 +1100)
commitdea681c91d3cd5326f87d0a3c93079573e22ce9a
tree73b075d5e8c3091669e9751b3b2fc6de3d0c18f3
parent611c020239fde0e9e81435cd1690f566c0cdd0e0
powerpc/ps3: mark ps3_system_bus_type static

ps3_system_bus_type is only used inside of system-bus.c, so remove
the external declaration and the very outdated comment next to it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Geoff Levand <geoff@infradead.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20221122072225.423432-1-hch@lst.de
arch/powerpc/include/asm/ps3.h
arch/powerpc/platforms/ps3/system-bus.c