|
@@ -1312,7 +1312,7 @@ void trace_event_init(void);
|
|
void trace_event_enum_update(struct trace_enum_map **map, int len);
|
|
void trace_event_enum_update(struct trace_enum_map **map, int len);
|
|
#else
|
|
#else
|
|
static inline void __init trace_event_init(void) { }
|
|
static inline void __init trace_event_init(void) { }
|
|
-static inlin void trace_event_enum_update(struct trace_enum_map **map, int len) { }
|
|
|
|
|
|
+static inline void trace_event_enum_update(struct trace_enum_map **map, int len) { }
|
|
#endif
|
|
#endif
|
|
|
|
|
|
extern struct trace_iterator *tracepoint_print_iter;
|
|
extern struct trace_iterator *tracepoint_print_iter;
|