Blob Blame History Raw
From: Guo Zhengkui <guozhengkui@vivo.com>
Date: Tue, 23 Nov 2021 14:33:40 +0800
Subject: [PATCH] blk_mq: remove repeated includes
Git-commit: 35c90e6ec9608d8225b82ce609489b531cfd0a40
Patch-mainline: v5.17-rc1
References: jsc#PED-1183

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>
Acked-by: Hannes Reinecke <hare@suse.com>
---
 block/blk-mq.c | 1 -
 1 file changed, 1 deletion(-)

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>
 
-- 
2.35.3