kernel: fix a warning in the connmark module
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 24 May 2012 18:25:08 +0000 (18:25 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 24 May 2012 18:25:08 +0000 (18:25 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31856 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/generic/patches-3.3/621-sched_act_connmark.patch

index eceec0a..b6adce1 100644 (file)
@@ -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;