X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;ds=sidebyside;f=net%2Fsched%2Fact_simple.c;h=73e0a3ab4d55a0150045512771036330e4ca737b;hb=dc7f9f6e8838556f226c2ebd1da7bb305cb25654;hp=a34a22de60b3c65e0ed3b4613fe77e329663fe83;hpb=cdccfc8dc0bf62a1da327324a8d639139acc9279;p=mv-sheeva.git diff --git a/net/sched/act_simple.c b/net/sched/act_simple.c index a34a22de60b..73e0a3ab4d5 100644 --- a/net/sched/act_simple.c +++ b/net/sched/act_simple.c @@ -36,7 +36,8 @@ static struct tcf_hashinfo simp_hash_info = { }; #define SIMP_MAX_DATA 32 -static int tcf_simp(struct sk_buff *skb, struct tc_action *a, struct tcf_result *res) +static int tcf_simp(struct sk_buff *skb, const struct tc_action *a, + struct tcf_result *res) { struct tcf_defact *d = a->priv;