From: Al Viro Date: Sun, 8 Oct 2006 14:05:14 +0000 (+0100) Subject: [PATCH] missing forward declaration of pt_regs (asm-m68k/signal.h) X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=9288d1a3c7ed0abaa7976844e5d42bbd4fa0eae3;p=deliverable%2Flinux.git [PATCH] missing forward declaration of pt_regs (asm-m68k/signal.h) Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- diff --git a/include/asm-m68k/signal.h b/include/asm-m68k/signal.h index de1ba6ead3b4..3db8a81942f1 100644 --- a/include/asm-m68k/signal.h +++ b/include/asm-m68k/signal.h @@ -198,6 +198,7 @@ static inline int sigfindinword(unsigned long word) return word ^ 31; } +struct pt_regs; extern void ptrace_signal_deliver(struct pt_regs *regs, void *cookie); #endif /* __KERNEL__ */