diff options
author | Guo Zhengkui <guozhengkui@vivo.com> | 2021-11-23 07:33:40 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-11-29 14:38:44 +0100 |
commit | 35c90e6ec9608d8225b82ce609489b531cfd0a40 (patch) | |
tree | 215fde10ecb200817c2cbe5d222cf875e8f10e3b /block/blk-mq.c | |
parent | block: move io_context creation into where it's needed (diff) | |
download | linux-35c90e6ec9608d8225b82ce609489b531cfd0a40.tar.xz linux-35c90e6ec9608d8225b82ce609489b531cfd0a40.zip |
blk_mq: remove repeated includes
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>
Diffstat (limited to '')
-rw-r--r-- | block/blk-mq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/block/blk-mq.c b/block/blk-mq.c index d6e7634e5e1f..4dff401bc642 100644 --- a/block/blk-mq.c +++ b/block/blk-mq.c @@ -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> |