net_sched: Use default action walker methods
[cascardo/linux.git] / net / sched / act_ipt.c
index 1d3e191..882a897 100644 (file)
@@ -299,7 +299,6 @@ static struct tc_action_ops act_ipt_ops = {
        .dump           =       tcf_ipt_dump,
        .cleanup        =       tcf_ipt_cleanup,
        .init           =       tcf_ipt_init,
-       .walk           =       tcf_generic_walker
 };
 
 static struct tc_action_ops act_xt_ops = {
@@ -312,7 +311,6 @@ static struct tc_action_ops act_xt_ops = {
        .dump           =       tcf_ipt_dump,
        .cleanup        =       tcf_ipt_cleanup,
        .init           =       tcf_ipt_init,
-       .walk           =       tcf_generic_walker
 };
 
 MODULE_AUTHOR("Jamal Hadi Salim(2002-13)");