net_sched: Use default action lookup functions
[platform/adaptation/renesas_rcar/renesas_kernel.git] / net / sched / act_police.c
index 272d8e9..16a62c3 100644 (file)
@@ -407,7 +407,6 @@ static struct tc_action_ops act_police_ops = {
        .act            =       tcf_act_police,
        .dump           =       tcf_act_police_dump,
        .cleanup        =       tcf_act_police_cleanup,
-       .lookup         =       tcf_hash_search,
        .init           =       tcf_act_police_locate,
        .walk           =       tcf_act_police_walker
 };