net_sched: Use default action lookup functions
[platform/adaptation/renesas_rcar/renesas_kernel.git] / net / sched / act_ipt.c
index 60d88b6..1d3e191 100644 (file)
@@ -298,7 +298,6 @@ static struct tc_action_ops act_ipt_ops = {
        .act            =       tcf_ipt,
        .dump           =       tcf_ipt_dump,
        .cleanup        =       tcf_ipt_cleanup,
-       .lookup         =       tcf_hash_search,
        .init           =       tcf_ipt_init,
        .walk           =       tcf_generic_walker
 };
@@ -312,7 +311,6 @@ static struct tc_action_ops act_xt_ops = {
        .act            =       tcf_ipt,
        .dump           =       tcf_ipt_dump,
        .cleanup        =       tcf_ipt_cleanup,
-       .lookup         =       tcf_hash_search,
        .init           =       tcf_ipt_init,
        .walk           =       tcf_generic_walker
 };