On Tue, 23 Jan 2024 13:51:41 +0100, Arnd Bergmann wrote: > 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] > > [...]
Applied to powerpc/fixes. [1/2] powerpc: udbg_memcons: mark functions static https://git.kernel.org/powerpc/c/5c84bc8b617bf90e722cc57d447abd9a468d3a52 [2/2] powerpc: 85xx: mark local functions static https://git.kernel.org/powerpc/c/1c57b9f63ab34f01b8c73731cc0efacb5a9a2f16 cheers