Commit 651a6493ae5c055c78777bb7178c23b5565631da

Authored by Jamal Hadi Salim
Committed by David S. Miller
1 parent 382ca8a1ad

net_sched: Use default action walker methods

Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 8 changed files with 0 additions and 9 deletions Side-by-side Diff

net/sched/act_csum.c
... ... @@ -586,7 +586,6 @@
586 586 .dump = tcf_csum_dump,
587 587 .cleanup = tcf_csum_cleanup,
588 588 .init = tcf_csum_init,
589   - .walk = tcf_generic_walker
590 589 };
591 590  
592 591 MODULE_DESCRIPTION("Checksum updating actions");
net/sched/act_gact.c
... ... @@ -207,7 +207,6 @@
207 207 .dump = tcf_gact_dump,
208 208 .cleanup = tcf_gact_cleanup,
209 209 .init = tcf_gact_init,
210   - .walk = tcf_generic_walker
211 210 };
212 211  
213 212 MODULE_AUTHOR("Jamal Hadi Salim(2002-4)");
... ... @@ -299,7 +299,6 @@
299 299 .dump = tcf_ipt_dump,
300 300 .cleanup = tcf_ipt_cleanup,
301 301 .init = tcf_ipt_init,
302   - .walk = tcf_generic_walker
303 302 };
304 303  
305 304 static struct tc_action_ops act_xt_ops = {
... ... @@ -312,7 +311,6 @@
312 311 .dump = tcf_ipt_dump,
313 312 .cleanup = tcf_ipt_cleanup,
314 313 .init = tcf_ipt_init,
315   - .walk = tcf_generic_walker
316 314 };
317 315  
318 316 MODULE_AUTHOR("Jamal Hadi Salim(2002-13)");
net/sched/act_mirred.c
... ... @@ -272,7 +272,6 @@
272 272 .dump = tcf_mirred_dump,
273 273 .cleanup = tcf_mirred_cleanup,
274 274 .init = tcf_mirred_init,
275   - .walk = tcf_generic_walker
276 275 };
277 276  
278 277 MODULE_AUTHOR("Jamal Hadi Salim(2002)");
... ... @@ -309,7 +309,6 @@
309 309 .dump = tcf_nat_dump,
310 310 .cleanup = tcf_nat_cleanup,
311 311 .init = tcf_nat_init,
312   - .walk = tcf_generic_walker
313 312 };
314 313  
315 314 MODULE_DESCRIPTION("Stateless NAT actions");
net/sched/act_pedit.c
... ... @@ -244,7 +244,6 @@
244 244 .dump = tcf_pedit_dump,
245 245 .cleanup = tcf_pedit_cleanup,
246 246 .init = tcf_pedit_init,
247   - .walk = tcf_generic_walker
248 247 };
249 248  
250 249 MODULE_AUTHOR("Jamal Hadi Salim(2002-4)");
net/sched/act_simple.c
... ... @@ -201,7 +201,6 @@
201 201 .dump = tcf_simp_dump,
202 202 .cleanup = tcf_simp_cleanup,
203 203 .init = tcf_simp_init,
204   - .walk = tcf_generic_walker,
205 204 };
206 205  
207 206 MODULE_AUTHOR("Jamal Hadi Salim(2005)");
net/sched/act_skbedit.c
... ... @@ -203,7 +203,6 @@
203 203 .dump = tcf_skbedit_dump,
204 204 .cleanup = tcf_skbedit_cleanup,
205 205 .init = tcf_skbedit_init,
206   - .walk = tcf_generic_walker,
207 206 };
208 207  
209 208 MODULE_AUTHOR("Alexander Duyck, <alexander.h.duyck@intel.com>");