workqueue: remove unneeded kallsyms include
authorSergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
Fri, 8 Dec 2017 02:56:14 +0000 (11:56 +0900)
committerTejun Heo <tj@kernel.org>
Mon, 11 Dec 2017 15:15:43 +0000 (07:15 -0800)
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>
kernel/workqueue.c

index 45ce93f..43d18cb 100644 (file)
@@ -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>