public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] async: remove some duplicated includes
@ 2018-11-26 14:37 Yangtao Li
  2018-11-30 18:37 ` Tejun Heo
  0 siblings, 1 reply; 3+ messages in thread
From: Yangtao Li @ 2018-11-26 14:37 UTC (permalink / raw)
  To: tj, akpm, linux; +Cc: linux-kernel, Yangtao Li

we include workqueue.h twice.It's unnecessary,so
just remove them.

Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
---
 kernel/async.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kernel/async.c b/kernel/async.c
index a893d6170944..4932e9193fa3 100644
--- a/kernel/async.c
+++ b/kernel/async.c
@@ -55,7 +55,6 @@ asynchronous and synchronous parts of the kernel.
 #include <linux/wait.h>
 #include <linux/sched.h>
 #include <linux/slab.h>
-#include <linux/workqueue.h>
 
 #include "workqueue_internal.h"
 
-- 
2.17.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-12-01  6:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-26 14:37 [PATCH] async: remove some duplicated includes Yangtao Li
2018-11-30 18:37 ` Tejun Heo
2018-12-01  6:47   ` Frank Lee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox