]> git.ipfire.org Git - thirdparty/linux.git/commit
parport: gsc: mark init function static
authorArnd Bergmann <arnd@arndb.de>
Wed, 8 Nov 2023 12:58:26 +0000 (13:58 +0100)
committerHelge Deller <deller@gmx.de>
Fri, 10 Nov 2023 07:41:23 +0000 (08:41 +0100)
commit8e8e46a6036f5e0eefdbf6e0ed43b3581d488aa7
tree22e4134f304112ff189f19cfaf7d57e6f1cdb23f
parent166b0110d1ee53290bd11618df6e3991c117495a
parport: gsc: mark init function static

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]

Acked-by: Helge Deller <deller@gmx.de>
Acked-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/parport/parport_gsc.c