* [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
* Re: [PATCH] async: remove some duplicated includes
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
0 siblings, 1 reply; 3+ messages in thread
From: Tejun Heo @ 2018-11-30 18:37 UTC (permalink / raw)
To: Yangtao Li; +Cc: akpm, linux, linux-kernel
On Mon, Nov 26, 2018 at 09:37:10AM -0500, Yangtao Li wrote:
> we include workqueue.h twice.It's unnecessary,so
> just remove them.
>
> Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
Acked-by: Tejun Heo <tj@kernel.org>
Ditto. Please route through the trivial tree.
Thanks.
--
tejun
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] async: remove some duplicated includes
2018-11-30 18:37 ` Tejun Heo
@ 2018-12-01 6:47 ` Frank Lee
0 siblings, 0 replies; 3+ messages in thread
From: Frank Lee @ 2018-12-01 6:47 UTC (permalink / raw)
To: tj; +Cc: akpm, Rasmus Villemoes, linux-kernel
On Sat, Dec 1, 2018 at 2:37 AM Tejun Heo <tj@kernel.org> wrote:
>
> On Mon, Nov 26, 2018 at 09:37:10AM -0500, Yangtao Li wrote:
> > we include workqueue.h twice.It's unnecessary,so
> > just remove them.
> >
> > Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
>
> Acked-by: Tejun Heo <tj@kernel.org>
>
> Ditto. Please route through the trivial tree.
It seems that the trivial tree has not been maintained for some time.
Are there aother tree to choose?
--Yangtao
>
> Thanks.
>
> --
> tejun
^ permalink raw reply [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