From: Jens Axboe Date: Tue, 10 Feb 2015 20:31:34 +0000 (-0700) Subject: blk-mq: make blk_mq_run_queues() static X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~102^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=201f201c33220f53856fd300e1990b779538d67f;p=pandora-kernel.git 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 --- Reading git-diff-tree failed