diff options
Diffstat (limited to 'include/linux/module.h')
-rw-r--r-- | include/linux/module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/module.h b/include/linux/module.h index 1e5436042eb0..255fca74de7d 100644 --- a/include/linux/module.h +++ b/include/linux/module.h | |||
@@ -336,7 +336,7 @@ struct module { | |||
336 | const char **trace_bprintk_fmt_start; | 336 | const char **trace_bprintk_fmt_start; |
337 | #endif | 337 | #endif |
338 | #ifdef CONFIG_EVENT_TRACING | 338 | #ifdef CONFIG_EVENT_TRACING |
339 | struct ftrace_event_call **trace_events; | 339 | struct trace_event_call **trace_events; |
340 | unsigned int num_trace_events; | 340 | unsigned int num_trace_events; |
341 | struct trace_enum_map **trace_enums; | 341 | struct trace_enum_map **trace_enums; |
342 | unsigned int num_trace_enums; | 342 | unsigned int num_trace_enums; |