lkml.org 
[lkml]   [2018]   [Nov]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] async: remove some duplicated includes
Date
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(-)

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"

--
2.17.0
\
 
 \ /
  Last update: 2018-11-26 15:37    [W:0.121 / U:0.072 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site