From: Alexey Dobriyan Date: Sat, 5 Aug 2006 19:14:27 +0000 (-0700) Subject: [PATCH] debug_locks.h: add "struct task_struct;" X-Git-Tag: upstream/snapshot3+hdmi~38345^2~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b7f750d446a717d4c8346fbb165b62661019b92;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git [PATCH] debug_locks.h: add "struct task_struct;" Removes many, many "declared inside parameter list" warnings on parisc. Signed-off-by: Alexey Dobriyan Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/debug_locks.h b/include/linux/debug_locks.h index 6a70478..88dafa2 100644 --- a/include/linux/debug_locks.h +++ b/include/linux/debug_locks.h @@ -1,6 +1,8 @@ #ifndef __LINUX_DEBUG_LOCKING_H #define __LINUX_DEBUG_LOCKING_H +struct task_struct; + extern int debug_locks; extern int debug_locks_silent;