aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorSergey Senozhatsky <sergey.senozhatsky.work@gmail.com>2017-12-08 11:56:14 +0900
committerTejun Heo <tj@kernel.org>2017-12-11 07:15:43 -0800
commit01dfee9582d9b4403c4902df096ed8b43d55181c (patch)
treed1a24378ce39615b92d9fd89bdf52893a922573a /kernel
parentworkqueue/hotplug: remove the workaround in rebind_workers() (diff)
downloadlinux-dev-01dfee9582d9b4403c4902df096ed8b43d55181c.tar.xz
linux-dev-01dfee9582d9b4403c4902df096ed8b43d55181c.zip
workqueue: remove unneeded kallsyms include
The filw was converted from print_symbol() to %pf some time ago (044c782ce3a901fb "workqueue: fix checkpatch issues"). kallsyms does not seem to be needed anymore. Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> Cc: Tejun Heo <tj@kernel.org> Cc: Lai Jiangshan <jiangshanlai@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/workqueue.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/workqueue.c b/kernel/workqueue.c
index 45ce93f3dd1f..43d18cb46308 100644
--- a/kernel/workqueue.c
+++ b/kernel/workqueue.c
@@ -38,7 +38,6 @@
#include <linux/hardirq.h>
#include <linux/mempolicy.h>
#include <linux/freezer.h>
-#include <linux/kallsyms.h>
#include <linux/debug_locks.h>
#include <linux/lockdep.h>
#include <linux/idr.h>