diff options
Diffstat (limited to 'include/linux/module.h')
-rw-r--r-- | include/linux/module.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/module.h b/include/linux/module.h index b03485bcb82a..c883b86ea964 100644 --- a/include/linux/module.h +++ b/include/linux/module.h | |||
@@ -338,6 +338,8 @@ struct module { | |||
338 | #ifdef CONFIG_EVENT_TRACING | 338 | #ifdef CONFIG_EVENT_TRACING |
339 | struct ftrace_event_call **trace_events; | 339 | struct ftrace_event_call **trace_events; |
340 | unsigned int num_trace_events; | 340 | unsigned int num_trace_events; |
341 | struct trace_enum_map **trace_enums; | ||
342 | unsigned int num_trace_enums; | ||
341 | #endif | 343 | #endif |
342 | #ifdef CONFIG_FTRACE_MCOUNT_RECORD | 344 | #ifdef CONFIG_FTRACE_MCOUNT_RECORD |
343 | unsigned int num_ftrace_callsites; | 345 | unsigned int num_ftrace_callsites; |