projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d01f51
)
sh: Fix the arch/sh/kernel/traps.c build for sh32.
author
Paul Mundt
<lethal@linux-sh.org>
Mon, 26 Nov 2007 09:17:51 +0000
(18:17 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 28 Jan 2008 04:18:57 +0000
(13:18 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/traps.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/kernel/traps.c
b/arch/sh/kernel/traps.c
index bf70827b17ccce7dda49ccde11b70f3f76084e51..a3bdc68ef02c75adcdbfaca4b5d61c3218c60521 100644
(file)
--- a/
arch/sh/kernel/traps.c
+++ b/
arch/sh/kernel/traps.c
@@
-2,6
+2,8
@@
#include <linux/io.h>
#include <linux/types.h>
#include <linux/kdebug.h>
+#include <linux/signal.h>
+#include <linux/sched.h>
#include <asm/system.h>
#ifdef CONFIG_BUG