From bf5c544c49659396ae0e1cb6522eeeec40217b87 Mon Sep 17 00:00:00 2001 From: Yangtao Li Date: Wed, 5 Dec 2018 11:14:19 +1100 Subject: [PATCH] kernel/signal.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 Acked-by: Tejun Heo Signed-off-by: Andrew Morton Signed-off-by: Stephen Rothwell --- 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 #include #include -#include #include "workqueue_internal.h" -- 2.49.0