From: Alexey Dobriyan Date: Sat, 5 Aug 2006 19:14:27 +0000 (-0700) Subject: [PATCH] debug_locks.h: add "struct task_struct;" X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9b7f750d446a717d4c8346fbb165b62661019b92;p=linux-beck.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 6a7047851e48..88dafa246d87 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;