From f38bacb3ebdd30ae4695735a82497659ba05d9fa Mon Sep 17 00:00:00 2001
From: Himanshu Maithani <hmaithani@gmail.com>
Date: Fri, 30 Jan 2015 01:31:14 +0530
Subject: [PATCH] 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>
---
 include/linux/stacktrace.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/linux/stacktrace.h b/include/linux/stacktrace.h
index 115b570e3bff..1fea0380e97f 100644
--- a/include/linux/stacktrace.h
+++ b/include/linux/stacktrace.h
@@ -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;
-- 
2.30.2