]> Git Repo - linux.git/commitdiff
workqueue: remove unneeded kallsyms include
authorSergey Senozhatsky <[email protected]>
Fri, 8 Dec 2017 02:56:14 +0000 (11:56 +0900)
committerTejun Heo <[email protected]>
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 <[email protected]>
Cc: Tejun Heo <[email protected]>
Cc: Lai Jiangshan <[email protected]>
Signed-off-by: Tejun Heo <[email protected]>
kernel/workqueue.c

index 45ce93f3dd1f99e166ab8950fb3455d1fb1ca34b..43d18cb46308385865d14ce40906c4646d378063 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>
This page took 0.068479 seconds and 4 git commands to generate.