diff options
author | 2023-08-10 16:19:23 +0200 | |
---|---|---|
committer | 2023-08-10 08:32:59 -0600 | |
commit | d21fed50c523d87af6456697ad09378060c4f09a (patch) | |
tree | cd3cefcf1372779d452a3740a8429335b3431c0d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | block: remove init_mutex and open-code blk_iolatency_try_init (diff) | |
download | wireguard-linux-d21fed50c523d87af6456697ad09378060c4f09a.tar.xz wireguard-linux-d21fed50c523d87af6456697ad09378060c4f09a.zip |
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>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions