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)
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>

No differences found