summaryrefslogtreecommitdiff
path: root/arch/powerpc/Makefile
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2024-01-23 15:51:41 +0300
committerMichael Ellerman <mpe@ellerman.id.au>2024-02-06 13:17:44 +0300
commit5c84bc8b617bf90e722cc57d447abd9a468d3a52 (patch)
tree828f6aa4c36189a901b840376c2093401b4afa04 /arch/powerpc/Makefile
parent4a7aee96200ad281a5cc4cf5c7a2e2a49d2b97b0 (diff)
downloadlinux-5c84bc8b617bf90e722cc57d447abd9a468d3a52.tar.xz
powerpc: udbg_memcons: mark functions static
ppc64_book3e_allmodconfig has one more driver that triggeres a few missing-prototypes warnings: arch/powerpc/sysdev/udbg_memcons.c:44:6: error: no previous prototype for 'memcons_putc' [-Werror=missing-prototypes] arch/powerpc/sysdev/udbg_memcons.c:57:5: error: no previous prototype for 'memcons_getc_poll' [-Werror=missing-prototypes] arch/powerpc/sysdev/udbg_memcons.c:80:5: error: no previous prototype for 'memcons_getc' [-Werror=missing-prototypes] Mark all these function static as there are no other users. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20240123125148.2004648-1-arnd@kernel.org
Diffstat (limited to 'arch/powerpc/Makefile')
0 files changed, 0 insertions, 0 deletions