From: Keith Busch Date: Wed, 18 Jan 2017 22:21:15 +0000 (-0500) Subject: blk-mq: Remove unused variable X-Git-Tag: v4.14-rc1~1664^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=88a7503376f4f3bf303c809d1a389739e1205614;p=platform%2Fkernel%2Flinux-rpi3.git blk-mq: Remove unused variable Signed-off-by: Keith Busch Reviewed-by: Christoph Hellwig Reviewed-by: Sagi Grimberg Signed-off-by: Jens Axboe --- diff --git a/block/blk-mq.c b/block/blk-mq.c index a8e67a1..c3400b5 100644 --- a/block/blk-mq.c +++ b/block/blk-mq.c @@ -912,7 +912,6 @@ bool blk_mq_dispatch_rq_list(struct blk_mq_hw_ctx *hctx, struct list_head *list) static void blk_mq_process_rq_list(struct blk_mq_hw_ctx *hctx) { LIST_HEAD(rq_list); - LIST_HEAD(driver_list); if (unlikely(blk_mq_hctx_stopped(hctx))) return;