stacktrace.h: remove duplicate declaration task_struct

There is duplicate declaration for struct task_struct.
One can be removed safely.

Signed-off-by: Himanshu Maithani <hmaithani@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Himanshu Maithani 2015-01-30 01:31:14 +05:30 committed by Jiri Kosina
parent c5b66e4725
commit f38bacb3eb
1 changed files with 0 additions and 2 deletions

View File

@ -5,8 +5,6 @@ struct task_struct;
struct pt_regs;
#ifdef CONFIG_STACKTRACE
struct task_struct;
struct stack_trace {
unsigned int nr_entries, max_entries;
unsigned long *entries;