tracing, net: fix net tree and tracing tree merge interaction
[pandora-kernel.git] / include / trace / skb.h
index a96610f..b66206d 100644 (file)
@@ -5,7 +5,7 @@
 #include <linux/tracepoint.h>
 
 DECLARE_TRACE(kfree_skb,
-       TPPROTO(struct sk_buff *skb, void *location),
-       TPARGS(skb, location));
+       TP_PROTO(struct sk_buff *skb, void *location),
+       TP_ARGS(skb, location));
 
 #endif