diff options
author | Dmitry Safonov <0x7f454c46@gmail.com> | 2016-01-13 10:39:58 -0500 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2016-01-14 09:28:37 -0500 |
commit | b7522056ec1a62a5f3246627e12ef48e6274c21c (patch) | |
tree | 7cad8cdc0ba3e1a233eee50ad80a9a2f1e08c763 | |
parent | 7717c6be699975f6733d278b13b7c4295d73caf6 (diff) |
ftrace: Remove unused nr_trampolines var
It's not needed & not used since introducing old_hash: commit fef5aeeee9e371
("ftrace: Replace tramp_hash with old_*_hash to save space").
Link: http://lkml.kernel.org/r/1452699598-27610-1-git-send-email-0x7f454c46@gmail.com
Signed-off-by: Dmitry Safonov <0x7f454c46@gmail.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
-rw-r--r-- | include/linux/ftrace.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ftrace.h b/include/linux/ftrace.h index 60048c50404e..65460ad93c7b 100644 --- a/include/linux/ftrace.h +++ b/include/linux/ftrace.h | |||
@@ -164,7 +164,6 @@ struct ftrace_ops { | |||
164 | ftrace_func_t saved_func; | 164 | ftrace_func_t saved_func; |
165 | int __percpu *disabled; | 165 | int __percpu *disabled; |
166 | #ifdef CONFIG_DYNAMIC_FTRACE | 166 | #ifdef CONFIG_DYNAMIC_FTRACE |
167 | int nr_trampolines; | ||
168 | struct ftrace_ops_hash local_hash; | 167 | struct ftrace_ops_hash local_hash; |
169 | struct ftrace_ops_hash *func_hash; | 168 | struct ftrace_ops_hash *func_hash; |
170 | struct ftrace_ops_hash old_hash; | 169 | struct ftrace_ops_hash old_hash; |