[PATCH] blk_mq: remove repeated includes

From: Guo Zhengkui
Date: Tue Nov 23 2021 - 01:34:17 EST


Remove a repeated "#include<linux/sched/sysctl.h>".

Signed-off-by: Guo Zhengkui <guozhengkui@xxxxxxxx>
---
block/blk-mq.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/block/blk-mq.c b/block/blk-mq.c
index e29b4fdc93dc..959b4cf60443 100644
--- a/block/blk-mq.c
+++ b/block/blk-mq.c
@@ -23,17 +23,16 @@
#include <linux/cache.h>
#include <linux/sched/sysctl.h>
#include <linux/sched/topology.h>
#include <linux/sched/signal.h>
#include <linux/delay.h>
#include <linux/crash_dump.h>
#include <linux/prefetch.h>
#include <linux/blk-crypto.h>
-#include <linux/sched/sysctl.h>

#include <trace/events/block.h>

#include <linux/blk-mq.h>
#include <linux/t10-pi.h>
#include "blk.h"
#include "blk-mq.h"
#include "blk-mq-debugfs.h"
--
2.20.1