From: Sergey Senozhatsky Date: Tue, 6 Feb 2018 23:41:13 +0000 (-0800) Subject: genirq: remove unneeded kallsyms include X-Git-Tag: Ubuntu-5.2.0-15.16~5018^2~25 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=22ad305741bc367abb2180986c99effaa1e41787;p=mirror_ubuntu-eoan-kernel.git genirq: remove unneeded kallsyms include 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/20171208025616.16267-10-sergey.senozhatsky@gmail.com Signed-off-by: Sergey Senozhatsky Cc: Thomas Gleixner Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/kernel/irq/spurious.c b/kernel/irq/spurious.c index ef2a47e0eab6..6cdecc6f4c53 100644 --- a/kernel/irq/spurious.c +++ b/kernel/irq/spurious.c @@ -10,7 +10,6 @@ #include #include #include -#include #include #include #include