bpf: Remove inline from bpf_do_trace_printk
[linux-2.6-block.git] / kernel / trace / bpf_trace.c
index cb91ef902cc4362d1d93d42deb0bb2516c5b8daa..a8d4f253ed778f63d30a53cb9f9c574b9ac87da0 100644 (file)
@@ -383,7 +383,7 @@ static DEFINE_RAW_SPINLOCK(trace_printk_lock);
 
 #define BPF_TRACE_PRINTK_SIZE   1024
 
-static inline __printf(1, 0) int bpf_do_trace_printk(const char *fmt, ...)
+static __printf(1, 0) int bpf_do_trace_printk(const char *fmt, ...)
 {
        static char buf[BPF_TRACE_PRINTK_SIZE];
        unsigned long flags;