diff options
author | 2008-10-09 00:17:25 +0200 | |
---|---|---|
committer | 2008-10-09 00:17:25 +0200 | |
commit | cdbb92b31d3c465aa96bd09f2d42c39b87b32bee (patch) | |
tree | 370e29681529882d7e4c766a19f0612885583464 /include/linux/stacktrace.h | |
parent | rcu: RCU-based detection of stalled CPUs for Classic RCU, fix (diff) | |
parent | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus (diff) | |
download | linux-dev-cdbb92b31d3c465aa96bd09f2d42c39b87b32bee.tar.xz linux-dev-cdbb92b31d3c465aa96bd09f2d42c39b87b32bee.zip |
Merge branch 'linus' into core/rcu
Diffstat (limited to 'include/linux/stacktrace.h')
-rw-r--r-- | include/linux/stacktrace.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/stacktrace.h b/include/linux/stacktrace.h index 5da9794b2d78..b106fd8e0d5c 100644 --- a/include/linux/stacktrace.h +++ b/include/linux/stacktrace.h @@ -1,6 +1,8 @@ #ifndef __LINUX_STACKTRACE_H #define __LINUX_STACKTRACE_H +struct task_struct; + #ifdef CONFIG_STACKTRACE struct stack_trace { unsigned int nr_entries, max_entries; |