]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/trace/skb.h
Merge branch 'avr32-arch' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoe...
[karo-tx-linux.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