[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211123063340.25882-1-guozhengkui@vivo.com>
Date: Tue, 23 Nov 2021 14:33:40 +0800
From: Guo Zhengkui <guozhengkui@...o.com>
To: Jens Axboe <axboe@...nel.dk>,
linux-block@...r.kernel.org (open list:BLOCK LAYER),
linux-kernel@...r.kernel.org (open list)
Cc: kernel@...o.com, Guo Zhengkui <guozhengkui@...o.com>
Subject: [PATCH] blk_mq: remove repeated includes
Remove a repeated "#include<linux/sched/sysctl.h>".
Signed-off-by: Guo Zhengkui <guozhengkui@...o.com>
---
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
Powered by blists - more mailing lists