summaryrefslogtreecommitdiffstats
path: root/include/linux/debug_locks.h
diff options
context:
space:
mode:
authorAlexey Dobriyan2006-08-05 21:14:27 +0200
committerLinus Torvalds2006-08-06 17:57:47 +0200
commit9b7f750d446a717d4c8346fbb165b62661019b92 (patch)
tree300a8d395582cf3d33b5c779ff23c3cf227115bd /include/linux/debug_locks.h
parent[PATCH] fadvise() make POSIX_FADV_NOREUSE a no-op (diff)
downloadkernel-qcow2-linux-9b7f750d446a717d4c8346fbb165b62661019b92.tar.gz
kernel-qcow2-linux-9b7f750d446a717d4c8346fbb165b62661019b92.tar.xz
kernel-qcow2-linux-9b7f750d446a717d4c8346fbb165b62661019b92.zip
[PATCH] debug_locks.h: add "struct task_struct;"
Removes many, many "declared inside parameter list" warnings on parisc. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/debug_locks.h')
-rw-r--r--include/linux/debug_locks.h2
1 files changed, 2 insertions, 0 deletions
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;