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-Tag: v2.6.19-rc2~249 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9288d1a3c7ed0abaa7976844e5d42bbd4fa0eae3;p=profile%2Fivi%2Fkernel-x86-ivi.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 de1ba6e..3db8a81 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__ */