powerpc/pasemi: mark pas_shutdown() static
authorArnd Bergmann <arnd@arndb.de>
Wed, 8 Nov 2023 12:58:39 +0000 (13:58 +0100)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 21 Nov 2023 01:06:50 +0000 (12:06 +1100)
commit0c9a768de64d24e38e27652b8c273725ccc31916
treea7c1c7afcd4eded4ecae62f3539ecd316c4e88ee
parent04c40eed3f7ac48ddaf20104489510e743a53c47
powerpc/pasemi: mark pas_shutdown() static

Allmodconfig builds show a warning about one function that is accidentally
marked global:

arch/powerpc/platforms/pasemi/setup.c:67:6: error: no previous prototype for 'pas_shutdown' [-Werror=missing-prototypes]

Fixes: 656fdf3ad8e0 ("powerpc/pasemi: Add Nemo board device init code.")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20231108125843.3806765-19-arnd@kernel.org
arch/powerpc/platforms/pasemi/setup.c