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:
acc6be5
)
stacktrace: add forward-declaration struct task_struct
author
Vegard Nossum
<vegard.nossum@gmail.com>
Fri, 13 Jun 2008 13:31:11 +0000
(15:31 +0200)
committer
Vegard Nossum
<vegard.nossum@gmail.com>
Fri, 12 Jun 2009 21:04:12 +0000
(23:04 +0200)
This is needed if the header is to be free-standing.
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
include/linux/stacktrace.h
patch
|
blob
|
history
diff --git
a/include/linux/stacktrace.h
b/include/linux/stacktrace.h
index 551f6c7d50443d22ba04439d572823a6a66e7529..51efbef38fb0e204cfddb61b56619d52cefab623 100644
(file)
--- a/
include/linux/stacktrace.h
+++ b/
include/linux/stacktrace.h
@@
-4,6
+4,8
@@
struct task_struct;
#ifdef CONFIG_STACKTRACE
+struct task_struct;
+
struct stack_trace {
unsigned int nr_entries, max_entries;
unsigned long *entries;