blk-mq: make blk_mq_run_queues() static
authorJens Axboe <axboe@fb.com>
Tue, 10 Feb 2015 20:31:34 +0000 (13:31 -0700)
committerJens Axboe <axboe@fb.com>
Tue, 10 Feb 2015 20:31:34 +0000 (13:31 -0700)
commit201f201c33220f53856fd300e1990b779538d67f
treed796313180ff50da6f8978a1f1d7fd63a101e072
parentdb507b3ffd9b7a1c87e732ac6e2c3a5d0babb15a
blk-mq: make blk_mq_run_queues() static

We no longer use it outside of blk-mq.c, so we can make it static
and stop exporting it. Additionally, kill the 'async' argument, as
there's only one used of it.

Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-mq.c
include/linux/blk-mq.h