Re: [PATCH 1/2] powerpc: udbg_memcons: mark functions static

2024-02-15 Thread Michael Ellerman
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/s

[PATCH 1/2] powerpc: udbg_memcons: mark functions static

2024-01-23 Thread Arnd Bergmann
From: Arnd Bergmann 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 p