[PKT_SCHED]: Convert tc action functions to single skb pointers
[platform/adaptation/renesas_rcar/renesas_kernel.git] / net / sched / pedit.c
index 767d24f..b5167af 100644 (file)
@@ -130,10 +130,9 @@ tcf_pedit_cleanup(struct tc_action *a, int bind)
 }
 
 static int
-tcf_pedit(struct sk_buff **pskb, struct tc_action *a, struct tcf_result *res)
+tcf_pedit(struct sk_buff *skb, struct tc_action *a, struct tcf_result *res)
 {
        struct tcf_pedit *p = PRIV(a, pedit);
-       struct sk_buff *skb = *pskb;
        int i, munged = 0;
        u8 *pptr;