projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62408c1
)
workqueue: remove unneeded kallsyms include
author
Sergey Senozhatsky
<
[email protected]
>
Fri, 8 Dec 2017 02:56:14 +0000
(11:56 +0900)
committer
Tejun 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
patch
|
blob
|
history
diff --git
a/kernel/workqueue.c
b/kernel/workqueue.c
index 45ce93f3dd1f99e166ab8950fb3455d1fb1ca34b..43d18cb46308385865d14ce40906c4646d378063 100644
(file)
--- 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>