net_sched: Use default action lookup functions
[platform/adaptation/renesas_rcar/renesas_kernel.git] / net / sched / act_pedit.c
index 7ed78c9..ab4fc56 100644 (file)
@@ -243,7 +243,6 @@ static struct tc_action_ops act_pedit_ops = {
        .act            =       tcf_pedit,
        .dump           =       tcf_pedit_dump,
        .cleanup        =       tcf_pedit_cleanup,
-       .lookup         =       tcf_hash_search,
        .init           =       tcf_pedit_init,
        .walk           =       tcf_generic_walker
 };