فهرست منبع

[PATCH] sysrq: irq change build fix.

drivers/char/sysrq.c: In function `sysrq_handle_crashdump':
drivers/char/sysrq.c:98: warning: implicit declaration of function `get_irq_regs'

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Heiko Carstens 18 سال پیش
والد
کامیت
2033b0c330
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      drivers/char/sysrq.c

+ 1 - 0
drivers/char/sysrq.c

@@ -38,6 +38,7 @@
 #include <linux/irq.h>
 #include <linux/irq.h>
 
 
 #include <asm/ptrace.h>
 #include <asm/ptrace.h>
+#include <asm/irq_regs.h>
 
 
 /* Whether we react on sysrq keys or just ignore them */
 /* Whether we react on sysrq keys or just ignore them */
 int sysrq_enabled = 1;
 int sysrq_enabled = 1;