net_sched: Use default action lookup functions
[platform/adaptation/renesas_rcar/renesas_kernel.git] / net / sched / act_gact.c
index fd2b3cf..15851da 100644 (file)
@@ -206,7 +206,6 @@ static struct tc_action_ops act_gact_ops = {
        .act            =       tcf_gact,
        .dump           =       tcf_gact_dump,
        .cleanup        =       tcf_gact_cleanup,
-       .lookup         =       tcf_hash_search,
        .init           =       tcf_gact_init,
        .walk           =       tcf_generic_walker
 };