From: Heiko Carstens Date: Fri, 6 Oct 2006 14:38:42 +0000 (+0200) Subject: [PATCH] sysrq: irq change build fix. X-Git-Tag: v2.6.19-rc2~290^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2033b0c330d50d3f1cccd207147a10ad7f4f47f8;p=profile%2Fivi%2Fkernel-x86-ivi.git [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 Signed-off-by: Martin Schwidefsky --- diff --git a/drivers/char/sysrq.c b/drivers/char/sysrq.c index 4c0e086..5f49280 100644 --- a/drivers/char/sysrq.c +++ b/drivers/char/sysrq.c @@ -38,6 +38,7 @@ #include #include +#include /* Whether we react on sysrq keys or just ignore them */ int sysrq_enabled = 1;