Re: [PATCH 09/17] parport: gsc: mark init function static

From: Helge Deller
Date: Thu Aug 10 2023 - 11:14:02 EST


On 8/10/23 16:19, Arnd Bergmann wrote:
From: Arnd Bergmann <arnd@xxxxxxxx>

This is only used locally, so mark it static to avoid a warning:

drivers/parport/parport_gsc.c:395:5: error: no previous prototype for 'parport_gsc_init' [-Werror=missing-prototypes]

Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>

Acked-by: Helge Deller <deller@xxxxxx>