aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/em_canid.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sched/em_canid.c')
-rw-r--r--net/sched/em_canid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sched/em_canid.c b/net/sched/em_canid.c
index 7c292d474f47..ddd883ca55b2 100644
--- a/net/sched/em_canid.c
+++ b/net/sched/em_canid.c
@@ -120,7 +120,7 @@ static int em_canid_match(struct sk_buff *skb, struct tcf_ematch *m,
120 return match; 120 return match;
121} 121}
122 122
123static int em_canid_change(struct tcf_proto *tp, void *data, int len, 123static int em_canid_change(struct net *net, void *data, int len,
124 struct tcf_ematch *m) 124 struct tcf_ematch *m)
125{ 125{
126 struct can_filter *conf = data; /* Array with rules */ 126 struct can_filter *conf = data; /* Array with rules */
@@ -183,7 +183,7 @@ static int em_canid_change(struct tcf_proto *tp, void *data, int len,
183 return 0; 183 return 0;
184} 184}
185 185
186static void em_canid_destroy(struct tcf_proto *tp, struct tcf_ematch *m) 186static void em_canid_destroy(struct tcf_ematch *m)
187{ 187{
188 struct canid_match *cm = em_canid_priv(m); 188 struct canid_match *cm = em_canid_priv(m);
189 189