summaryrefslogtreecommitdiffstats
path: root/include/linux/debug_locks.h
diff options
context:
space:
mode:
authorKyle McMartin2006-08-14 03:09:31 +0200
committerMatthew Wilcox2006-10-04 14:45:23 +0200
commitf86e45131f9d41b1617fbaac7aa1ef23e8d0ab48 (patch)
tree4059b6974e71781a36a69943d2aa5ff4397cec06 /include/linux/debug_locks.h
parent[PARISC] Remove variables decls duplicated from asm-generic/sections.h (diff)
downloadkernel-qcow2-linux-f86e45131f9d41b1617fbaac7aa1ef23e8d0ab48.tar.gz
kernel-qcow2-linux-f86e45131f9d41b1617fbaac7aa1ef23e8d0ab48.tar.xz
kernel-qcow2-linux-f86e45131f9d41b1617fbaac7aa1ef23e8d0ab48.zip
[PATCH] Need forward decl of task_struct in linux/debug_locks.h
Signed-off-by: Kyle McMartin <kyle@parisc-linux.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 88dafa246d87..952bee79a8f3 100644
--- a/include/linux/debug_locks.h
+++ b/include/linux/debug_locks.h
@@ -43,6 +43,8 @@ extern int debug_locks_off(void);
# define locking_selftest() do { } while (0)
#endif
+struct task_struct;
+
#ifdef CONFIG_LOCKDEP
extern void debug_show_all_locks(void);
extern void debug_show_held_locks(struct task_struct *task);