Commit f38bacb3 authored by Himanshu Maithani's avatar Himanshu Maithani Committed by Jiri Kosina

stacktrace.h: remove duplicate declaration task_struct

There is duplicate declaration for struct task_struct.
One can be removed safely.
Signed-off-by: default avatarHimanshu Maithani <hmaithani@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent c5b66e47
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment