Message ID | 20181126143710.31409-1-tiny.windzz@gmail.com |
---|---|
State | In Next |
Commit | 923b93f60a893be0c6446be256ebf2309e6f7741 |
Headers | show |
Series |
|
Related | show |
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.
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
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"
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(-)