diff options
Diffstat (limited to 'include/linux/ftrace_event.h')
-rw-r--r-- | include/linux/ftrace_event.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/ftrace_event.h b/include/linux/ftrace_event.h index c674ee8f7fca..112cf49d9576 100644 --- a/include/linux/ftrace_event.h +++ b/include/linux/ftrace_event.h | |||
@@ -202,7 +202,7 @@ enum trace_reg { | |||
202 | struct ftrace_event_call; | 202 | struct ftrace_event_call; |
203 | 203 | ||
204 | struct ftrace_event_class { | 204 | struct ftrace_event_class { |
205 | char *system; | 205 | const char *system; |
206 | void *probe; | 206 | void *probe; |
207 | #ifdef CONFIG_PERF_EVENTS | 207 | #ifdef CONFIG_PERF_EVENTS |
208 | void *perf_probe; | 208 | void *perf_probe; |
@@ -285,7 +285,7 @@ struct ftrace_event_call { | |||
285 | struct tracepoint *tp; | 285 | struct tracepoint *tp; |
286 | }; | 286 | }; |
287 | struct trace_event event; | 287 | struct trace_event event; |
288 | const char *print_fmt; | 288 | char *print_fmt; |
289 | struct event_filter *filter; | 289 | struct event_filter *filter; |
290 | void *mod; | 290 | void *mod; |
291 | void *data; | 291 | void *data; |