Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;