X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fsched%2Fsimple.c;h=8a6ae4f491e872dd3b1f381ab29ef98b4656011c;hb=f35279d3f713e5c97b98cbdbf47d98f79942c11f;hp=3ab4c675ab5dad934834cd50ffbabc5192d0ec0b;hpb=ad34ea2cc3845ef4dcd7d12fb0fa8484734bd672;p=linux-2.6 diff --git a/net/sched/simple.c b/net/sched/simple.c index 3ab4c675ab..8a6ae4f491 100644 --- a/net/sched/simple.c +++ b/net/sched/simple.c @@ -44,7 +44,7 @@ static DEFINE_RWLOCK(simp_lock); #include #include -static int tcf_simp(struct sk_buff **pskb, struct tc_action *a) +static int tcf_simp(struct sk_buff **pskb, struct tc_action *a, struct tcf_result *res) { struct sk_buff *skb = *pskb; struct tcf_defact *p = PRIV(a, defact);