diff options
-rw-r--r-- | kernel/trace/trace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/trace/trace.h b/kernel/trace/trace.h index d2612016de94..3d2ad5f83e94 100644 --- a/kernel/trace/trace.h +++ b/kernel/trace/trace.h | |||
@@ -1312,7 +1312,7 @@ void trace_event_init(void); | |||
1312 | void trace_event_enum_update(struct trace_enum_map **map, int len); | 1312 | void trace_event_enum_update(struct trace_enum_map **map, int len); |
1313 | #else | 1313 | #else |
1314 | static inline void __init trace_event_init(void) { } | 1314 | static inline void __init trace_event_init(void) { } |
1315 | static inlin void trace_event_enum_update(struct trace_enum_map **map, int len) { } | 1315 | static inline void trace_event_enum_update(struct trace_enum_map **map, int len) { } |
1316 | #endif | 1316 | #endif |
1317 | 1317 | ||
1318 | extern struct trace_iterator *tracepoint_print_iter; | 1318 | extern struct trace_iterator *tracepoint_print_iter; |