X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fsched%2Fsimple.c;h=8a6ae4f491e872dd3b1f381ab29ef98b4656011c;hb=3874b98c655b9490bea1cf9c7697d5dc5338376f;hp=3ab4c675ab5dad934834cd50ffbabc5192d0ec0b;hpb=99805f47dd0ede2e96f2c62c588a0d906811ed6d;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);