[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20210521073043.GA2687475@shao2-debian>
Date: Fri, 21 May 2021 15:30:43 +0800
From: kernel test robot <lkp@...el.com>
To: Sebastian Andrzej Siewior <bigeasy@...utronix.de>
Cc: kbuild-all@...ts.01.org,
"Steven Rostedt (VMware)" <rostedt@...dmis.org>,
linux-kernel@...r.kernel.org
Subject: [RFC PATCH wagi-linux-stable-rt] workqueue: fix duplicated inclusion
include/linux/blk-cgroup.h: linux/kthread.h is included more than once.
Generated by: scripts/checkincludes.pl
Reported-by: kernel test robot <lkp@...el.com>
Signed-off-by: kernel test robot <lkp@...el.com>
---
blk-cgroup.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/linux/blk-cgroup.h b/include/linux/blk-cgroup.h
index da587e60fe866a..1a83e232d4a5df 100644
--- a/include/linux/blk-cgroup.h
+++ b/include/linux/blk-cgroup.h
@@ -14,7 +14,6 @@
* Nauman Rafique <nauman@...gle.com>
*/
-#include <linux/kthread.h>
#include <linux/percpu_counter.h>
#include <linux/seq_file.h>
#include <linux/radix-tree.h>
Powered by blists - more mailing lists