lib/bitmap.c: bitmap_[empty,full]: remove code duplication
[firefly-linux-kernel-4.4.55.git] / include / linux / ftrace_event.h
index 0aa535bc9f0579199c1ced66cf69a8ed08ffa9f0..46e83c2156c667c785fd869a8626e5df44f9c282 100644 (file)
@@ -203,7 +203,7 @@ enum trace_reg {
 struct ftrace_event_call;
 
 struct ftrace_event_class {
-       char                    *system;
+       const char              *system;
        void                    *probe;
 #ifdef CONFIG_PERF_EVENTS
        void                    *perf_probe;
@@ -289,7 +289,7 @@ struct ftrace_event_call {
                struct tracepoint       *tp;
        };
        struct trace_event      event;
-       const char              *print_fmt;
+       char                    *print_fmt;
        struct event_filter     *filter;
        void                    *mod;
        void                    *data;