From: Yangtao Li Date: Wed, 5 Dec 2018 00:14:19 +0000 (+1100) Subject: kernel/signal.c: remove some duplicated includes X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=bf5c544c49659396ae0e1cb6522eeeec40217b87;p=users%2Fwilly%2Flinux.git 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 --- 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"