commit | b618ad31bb2020db6a36929122e5554e33210d47 | [log] [tgz] |
---|---|---|
author | Vegard Nossum <vegard.nossum@gmail.com> | Fri Jun 13 15:31:11 2008 +0200 |
committer | Vegard Nossum <vegard.nossum@gmail.com> | Fri Jun 12 23:04:12 2009 +0200 |
tree | e00613ec7344cb15eefe06ee41f1287e7cfa3fb4 | |
parent | acc6be5405b90c9f0fb0eb8a74ec4d4b7b5bf48f [diff] |
stacktrace: add forward-declaration struct task_struct This is needed if the header is to be free-standing. Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
diff --git a/include/linux/stacktrace.h b/include/linux/stacktrace.h index 551f6c7..51efbef 100644 --- 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;