]> www.infradead.org Git - users/willy/linux.git/commitdiff
kernel/signal.c: remove some duplicated includes
authorYangtao Li <tiny.windzz@gmail.com>
Wed, 5 Dec 2018 00:14:19 +0000 (11:14 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 10 Dec 2018 08:29:15 +0000 (19:29 +1100)
We include workqueue.h twice.  It's unnecessary, so just remove them.

Link: http://lkml.kernel.org/r/20181126143710.31409-1-tiny.windzz@gmail.com
Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
kernel/async.c

index a893d6170944f7264c63e1e890420c9ecd0e9855..4932e9193fa3af183b8ee5a7b0a179a34ec4536e 100644 (file)
@@ -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"