From: Al Viro <viro@ftp.linux.org.uk>
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: firefly_0821_release~32305
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9288d1a3c7ed0abaa7976844e5d42bbd4fa0eae3;p=firefly-linux-kernel-4.4.55.git

[PATCH] missing forward declaration of pt_regs (asm-m68k/signal.h)

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
---

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__ */