projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a489b9
)
[PATCH] sysrq: irq change build fix.
author
Heiko Carstens
<heiko.carstens@de.ibm.com>
Fri, 6 Oct 2006 14:38:42 +0000
(16:38 +0200)
committer
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Fri, 6 Oct 2006 14:38:42 +0000
(16:38 +0200)
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>
drivers/char/sysrq.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/char/sysrq.c
b/drivers/char/sysrq.c
index 4c0e08685705db8d7f6f871c7360bf7460231225..5f49280779fb0a98c567ec12e2350a634d95eece 100644
(file)
--- a/
drivers/char/sysrq.c
+++ b/
drivers/char/sysrq.c
@@
-38,6
+38,7
@@
#include <linux/irq.h>
#include <asm/ptrace.h>
+#include <asm/irq_regs.h>
/* Whether we react on sysrq keys or just ignore them */
int sysrq_enabled = 1;