net_sched: Use default action lookup functions
[platform/adaptation/renesas_rcar/renesas_kernel.git] / net / sched / act_nat.c
index 876f0ef..30c13de 100644 (file)
@@ -308,7 +308,6 @@ static struct tc_action_ops act_nat_ops = {
        .act            =       tcf_nat,
        .dump           =       tcf_nat_dump,
        .cleanup        =       tcf_nat_cleanup,
-       .lookup         =       tcf_hash_search,
        .init           =       tcf_nat_init,
        .walk           =       tcf_generic_walker
 };