kernel: fix a warning in the connmark module

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31856 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2012-05-24 18:25:08 +00:00
parent 4bf5594f9b
commit 0b257a6c10
1 changed files with 1 additions and 1 deletions

View 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;