]> git.karo-electronics.de Git - karo-tx-linux.git/commit
blk-mq: make __blk_mq_stop_hw_queues static
authorColin Ian King <colin.king@canonical.com>
Mon, 8 May 2017 10:44:40 +0000 (11:44 +0100)
committerJens Axboe <axboe@fb.com>
Mon, 8 May 2017 14:09:39 +0000 (08:09 -0600)
commitebd768579552a10682c2cbdfa657779dea62a01d
treea34be4ab0a9902bda1051678c8f34cfbd7b26a6e
parent629b1b2e0e6c8285fdc21624af60e8190fa4417e
blk-mq: make __blk_mq_stop_hw_queues static

Making __blk_mq_stop_hw_queues static fixes sparse warning:

  block/blk-mq.c:6: warning: symbol '__blk_mq_stop_hw_queues' was not
  declared. Should it be static?

Fixes: 2719aa217e0d0 ("blk-mq: don't use sync workqueue flushing from drivers")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-mq.c