]> www.infradead.org Git - users/hch/block.git/commitdiff
blk_mq: remove repeated includes
authorGuo Zhengkui <guozhengkui@vivo.com>
Tue, 23 Nov 2021 06:33:40 +0000 (14:33 +0800)
committerJens Axboe <axboe@kernel.dk>
Wed, 24 Nov 2021 15:30:18 +0000 (08:30 -0700)
Remove a repeated "#include<linux/sched/sysctl.h>".

Signed-off-by: Guo Zhengkui <guozhengkui@vivo.com>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Link: https://lore.kernel.org/r/20211123063340.25882-1-guozhengkui@vivo.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq.c

index b9ca76fb1a037a98e00f56ffb48d3ad8e53e0c93..2b57599382799d2f832531635824823c46139130 100644 (file)
@@ -28,7 +28,6 @@
 #include <linux/crash_dump.h>
 #include <linux/prefetch.h>
 #include <linux/blk-crypto.h>
-#include <linux/sched/sysctl.h>
 
 #include <trace/events/block.h>