projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60c371b
)
[PATCH] debug_locks.h: add "struct task_struct;"
author
Alexey Dobriyan
<adobriyan@gmail.com>
Sat, 5 Aug 2006 19:14:27 +0000
(12:14 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sun, 6 Aug 2006 15:57:47 +0000
(08:57 -0700)
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>
include/linux/debug_locks.h
patch
|
blob
|
history
diff --git
a/include/linux/debug_locks.h
b/include/linux/debug_locks.h
index 6a7047851e48b8174ffa0360e95e056a5d9921fa..88dafa246d87a968b61163ad500dd7da2d5bb812 100644
(file)
--- 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;