diff options
Diffstat (limited to 'include/linux/stacktrace.h')
-rw-r--r-- | include/linux/stacktrace.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/stacktrace.h b/include/linux/stacktrace.h index 669045ab73f3..0a34489a46b6 100644 --- a/include/linux/stacktrace.h +++ b/include/linux/stacktrace.h | |||
@@ -7,8 +7,6 @@ struct task_struct; | |||
7 | struct pt_regs; | 7 | struct pt_regs; |
8 | 8 | ||
9 | #ifdef CONFIG_STACKTRACE | 9 | #ifdef CONFIG_STACKTRACE |
10 | struct task_struct; | ||
11 | |||
12 | struct stack_trace { | 10 | struct stack_trace { |
13 | unsigned int nr_entries, max_entries; | 11 | unsigned int nr_entries, max_entries; |
14 | unsigned long *entries; | 12 | unsigned long *entries; |