diff options
Diffstat (limited to 'net/sched/act_ipt.c')
-rw-r--r-- | net/sched/act_ipt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/sched/act_ipt.c b/net/sched/act_ipt.c index 60d88b6b9560..1d3e19180c2e 100644 --- a/net/sched/act_ipt.c +++ b/net/sched/act_ipt.c | |||
@@ -298,7 +298,6 @@ static struct tc_action_ops act_ipt_ops = { | |||
298 | .act = tcf_ipt, | 298 | .act = tcf_ipt, |
299 | .dump = tcf_ipt_dump, | 299 | .dump = tcf_ipt_dump, |
300 | .cleanup = tcf_ipt_cleanup, | 300 | .cleanup = tcf_ipt_cleanup, |
301 | .lookup = tcf_hash_search, | ||
302 | .init = tcf_ipt_init, | 301 | .init = tcf_ipt_init, |
303 | .walk = tcf_generic_walker | 302 | .walk = tcf_generic_walker |
304 | }; | 303 | }; |
@@ -312,7 +311,6 @@ static struct tc_action_ops act_xt_ops = { | |||
312 | .act = tcf_ipt, | 311 | .act = tcf_ipt, |
313 | .dump = tcf_ipt_dump, | 312 | .dump = tcf_ipt_dump, |
314 | .cleanup = tcf_ipt_cleanup, | 313 | .cleanup = tcf_ipt_cleanup, |
315 | .lookup = tcf_hash_search, | ||
316 | .init = tcf_ipt_init, | 314 | .init = tcf_ipt_init, |
317 | .walk = tcf_generic_walker | 315 | .walk = tcf_generic_walker |
318 | }; | 316 | }; |