From: Felix Fietkau Date: Thu, 24 May 2012 18:25:08 +0000 (+0000) Subject: kernel: fix a warning in the connmark module X-Git-Tag: v19.07.0-rc1~24484 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=230c0eb2cb3f0e46dc4d5eb4d77324822c016a0f;p=openwrt%2Fstaging%2Fhauke.git kernel: fix a warning in the connmark module SVN-Revision: 31856 --- diff --git a/target/linux/generic/patches-3.3/621-sched_act_connmark.patch b/target/linux/generic/patches-3.3/621-sched_act_connmark.patch index eceec0a1e4..b6adce1feb 100644 --- a/target/linux/generic/patches-3.3/621-sched_act_connmark.patch +++ b/target/linux/generic/patches-3.3/621-sched_act_connmark.patch @@ -46,7 +46,7 @@ + .lock = &connmark_lock, +}; + -+static int tcf_connmark(struct sk_buff *skb, struct tc_action *a, ++static int tcf_connmark(struct sk_buff *skb, const struct tc_action *a, + struct tcf_result *res) +{ + struct nf_conn *c;