Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuo Zhengkui <guozhengkui@vivo.com>2021-11-23 09:33:40 +0300
committerJens Axboe <axboe@kernel.dk>2021-11-29 16:38:44 +0300
commit35c90e6ec9608d8225b82ce609489b531cfd0a40 (patch)
tree215fde10ecb200817c2cbe5d222cf875e8f10e3b /block/blk-mq.c
parent5a9d041ba2f6da468c891ca0fe263758e2c12091 (diff)
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 'block/blk-mq.c')
-rw-r--r--block/blk-mq.c1
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>