diff --git a/[refs] b/[refs] index 8b4d95aeba93..9fb19e1ac6bf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a095bdbb136f7bed96b7adf5aa1dd27bb2f839bf +refs/heads/master: 645dae969c3b8651c5bc7c54a1835ec03820f85f diff --git a/trunk/include/trace/skb.h b/trunk/include/trace/skb.h index a96610f92f69..b66206d9be72 100644 --- a/trunk/include/trace/skb.h +++ b/trunk/include/trace/skb.h @@ -5,7 +5,7 @@ #include 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