]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/trace/skb.h
Merge branch 'omap-pool'
[linux-2.6-omap-h63xx.git] / include / trace / skb.h
index a96610f92f6982cbf0ba05da182850d4c2326699..b66206d9be7297e196884f0c8995b7693e3363bb 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