浏览代码

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 <sergey.senozhatsky@gmail.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Sergey Senozhatsky 7 年之前
父节点
当前提交
22ad305741
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      kernel/irq/spurious.c

+ 0 - 1
kernel/irq/spurious.c

@@ -10,7 +10,6 @@
 #include <linux/jiffies.h>
 #include <linux/jiffies.h>
 #include <linux/irq.h>
 #include <linux/irq.h>
 #include <linux/module.h>
 #include <linux/module.h>
-#include <linux/kallsyms.h>
 #include <linux/interrupt.h>
 #include <linux/interrupt.h>
 #include <linux/moduleparam.h>
 #include <linux/moduleparam.h>
 #include <linux/timer.h>
 #include <linux/timer.h>