Commit 9288d1a3c7ed0abaa7976844e5d42bbd4fa0eae3

Authored by Al Viro
Committed by Linus Torvalds
1 parent a8f47c45ae

[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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

include/asm-m68k/signal.h
... ... @@ -198,6 +198,7 @@
198 198 return word ^ 31;
199 199 }
200 200  
  201 +struct pt_regs;
201 202 extern void ptrace_signal_deliver(struct pt_regs *regs, void *cookie);
202 203  
203 204 #endif /* __KERNEL__ */