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:
64fce87
)
genirq: remove unneeded kallsyms include
author
Sergey Senozhatsky
<
[email protected]
>
Tue, 6 Feb 2018 23:41:13 +0000
(15:41 -0800)
committer
Linus Torvalds
<
[email protected]
>
Wed, 7 Feb 2018 02:32:47 +0000
(18:32 -0800)
The file was converted from print_symbol() to %pf some time ago in
commit
ef26f20cd117
("genirq: Print threaded handler in spurious debug
output"). kallsyms does not seem to be needed anymore.
Link:
http://lkml.kernel.org/r/
[email protected]
Signed-off-by: Sergey Senozhatsky <
[email protected]
>
Cc: Thomas Gleixner <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
kernel/irq/spurious.c
patch
|
blob
|
history
diff --git
a/kernel/irq/spurious.c
b/kernel/irq/spurious.c
index ef2a47e0eab6d3030af076cf62a0606ff4c6149f..6cdecc6f4c535282c9ee3382a66d1c8dbf31580b 100644
(file)
--- a/
kernel/irq/spurious.c
+++ b/
kernel/irq/spurious.c
@@
-10,7
+10,6
@@
#include <linux/jiffies.h>
#include <linux/irq.h>
#include <linux/module.h>
-#include <linux/kallsyms.h>
#include <linux/interrupt.h>
#include <linux/moduleparam.h>
#include <linux/timer.h>