aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic
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
commit0b257a6c10b74a7e3e2ddeef96d30853fe4368b1 (patch)
treec89b84762904762bcb807f50e761b849ec26538d /target/linux/generic
parent4bf5594f9bfbf6f4c306fbd80bfe18a614767586 (diff)
downloadmaster-187ad058-0b257a6c10b74a7e3e2ddeef96d30853fe4368b1.tar.gz
master-187ad058-0b257a6c10b74a7e3e2ddeef96d30853fe4368b1.tar.bz2
master-187ad058-0b257a6c10b74a7e3e2ddeef96d30853fe4368b1.zip
kernel: fix a warning in the connmark module
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31856 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic')
-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;