diff options
Diffstat (limited to 'include/linux/module.h')
| -rw-r--r-- | include/linux/module.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/include/linux/module.h b/include/linux/module.h index 21f56393602f..8eb9a1e693e5 100644 --- a/include/linux/module.h +++ b/include/linux/module.h @@ -442,8 +442,8 @@ struct module {  #ifdef CONFIG_EVENT_TRACING  	struct trace_event_call **trace_events;  	unsigned int num_trace_events; -	struct trace_enum_map **trace_enums; -	unsigned int num_trace_enums; +	struct trace_eval_map **trace_evals; +	unsigned int num_trace_evals;  #endif  #ifdef CONFIG_FTRACE_MCOUNT_RECORD  	unsigned int num_ftrace_callsites; |