aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYangtao Li <tiny.windzz@gmail.com>2018-12-22 10:56:40 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2019-01-03 13:26:24 +1100
commiteec02d79c9f1d628e953b185153f89d6d4e51d61 (patch)
tree1ddece077dc50419299d844baaf6df8c84619a1b
parent13e7df6b21f509feffc4340d952cdd5b37a8a435 (diff)
kernel/async.c: remove some duplicated includes
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>
-rw-r--r--kernel/async.c1
1 files changed, 0 insertions, 1 deletions
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"