diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/ftrace.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/ftrace.h b/include/linux/ftrace.h index 0456c3a51c66..015a3d22cf74 100644 --- a/include/linux/ftrace.h +++ b/include/linux/ftrace.h | |||
@@ -153,10 +153,6 @@ struct dyn_ftrace { | |||
153 | unsigned long flags; | 153 | unsigned long flags; |
154 | struct dyn_ftrace *newlist; | 154 | struct dyn_ftrace *newlist; |
155 | }; | 155 | }; |
156 | #ifdef CONFIG_FUNCTION_PROFILER | ||
157 | unsigned long counter; | ||
158 | struct hlist_node node; | ||
159 | #endif | ||
160 | struct dyn_arch_ftrace arch; | 156 | struct dyn_arch_ftrace arch; |
161 | }; | 157 | }; |
162 | 158 | ||