Home
last modified time | relevance | path

Searched hist:d21fed50c523d87af6456697ad09378060c4f09a (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/block/
H A Dswim3.cdiff d21fed50c523d87af6456697ad09378060c4f09a Thu Aug 10 09:19:23 CDT 2023 Arnd Bergmann <arnd@arndb.de> swim3: mark swim3_init() static

This is the module init function, which by definition is used only
locally, so mark it static to avoid a warning:

drivers/block/swim3.c:1280:5: error: no previous prototype for 'swim3_init' [-Werror=missing-prototypes]

Reviewed-by: Jack Wang <jinpu.wang@ionos.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>