projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa0e77d
)
sh: nommu fault handler needs signal.h.
author
Paul Mundt
<lethal@linux-sh.org>
Tue, 11 Sep 2007 03:35:51 +0000
(12:35 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Fri, 21 Sep 2007 02:57:52 +0000
(11:57 +0900)
Trivial build fix.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/mm/fault-nommu.c
patch
|
blob
|
history
diff --git
a/arch/sh/mm/fault-nommu.c
b/arch/sh/mm/fault-nommu.c
index c6f5b51ec2c744b7ef941f8eaa2a36a2a673a3c3..c7217c3f696994131a0285b9445c14f09aa4cfcb 100644
(file)
--- a/
arch/sh/mm/fault-nommu.c
+++ b/
arch/sh/mm/fault-nommu.c
@@
-12,6
+12,7
@@
#include <linux/mm.h>
#include <linux/hardirq.h>
#include <linux/kprobes.h>
+#include <linux/signal.h>
#include <asm/system.h>
#include <asm/ptrace.h>
#include <asm/kgdb.h>