summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.3
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-05-24 18:25:08 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-05-24 18:25:08 +0000
commit230c0eb2cb3f0e46dc4d5eb4d77324822c016a0f (patch)
tree9ff9dc79b927a3709708fa04debe90373f11e636 /target/linux/generic/patches-3.3
parentcc61ab5c6d10d85620bec8e5dd81b29606bda2cd (diff)
downloadmaster-31e0f0ae-230c0eb2cb3f0e46dc4d5eb4d77324822c016a0f.tar.gz
master-31e0f0ae-230c0eb2cb3f0e46dc4d5eb4d77324822c016a0f.tar.bz2
master-31e0f0ae-230c0eb2cb3f0e46dc4d5eb4d77324822c016a0f.zip
kernel: fix a warning in the connmark module
SVN-Revision: 31856
Diffstat (limited to 'target/linux/generic/patches-3.3')
-rw-r--r--target/linux/generic/patches-3.3/621-sched_act_connmark.patch2
1 files changed, 1 insertions, 1 deletions
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;