Commit 3d73e538 authored by Paul Mundt's avatar Paul Mundt

sh: nommu fault handler needs signal.h.

Trivial build fix.
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent aa0e77dc
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
#include <linux/mm.h> #include <linux/mm.h>
#include <linux/hardirq.h> #include <linux/hardirq.h>
#include <linux/kprobes.h> #include <linux/kprobes.h>
#include <linux/signal.h>
#include <asm/system.h> #include <asm/system.h>
#include <asm/ptrace.h> #include <asm/ptrace.h>
#include <asm/kgdb.h> #include <asm/kgdb.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment