aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/stacktrace.h
diff options
context:
space:
mode:
authorHimanshu Maithani <hmaithani@gmail.com>2015-01-30 01:31:14 +0530
committerJiri Kosina <jkosina@suse.cz>2015-03-06 23:08:20 +0100
commitf38bacb3ebdd30ae4695735a82497659ba05d9fa (patch)
tree2cc28c57c45ab0544bb9b45021451009349d9c0b /include/linux/stacktrace.h
parentsmpboot.h: Remove unused function prototype (diff)
downloadlinux-dev-f38bacb3ebdd30ae4695735a82497659ba05d9fa.tar.xz
linux-dev-f38bacb3ebdd30ae4695735a82497659ba05d9fa.zip
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>
Diffstat (limited to 'include/linux/stacktrace.h')
-rw-r--r--include/linux/stacktrace.h2
1 files changed, 0 insertions, 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;