]> Pileus Git - ~andy/linux/blobdiff - net/sched/act_mirred.c
net_sched: Use default action lookup functions
[~andy/linux] / net / sched / act_mirred.c
index 977c10e0631b6dfe4ead45af617c0ad93c4a0759..6cb16ec3d624bda6592f1d6375eb3d1726bfc7f1 100644 (file)
@@ -271,7 +271,6 @@ static struct tc_action_ops act_mirred_ops = {
        .act            =       tcf_mirred,
        .dump           =       tcf_mirred_dump,
        .cleanup        =       tcf_mirred_cleanup,
-       .lookup         =       tcf_hash_search,
        .init           =       tcf_mirred_init,
        .walk           =       tcf_generic_walker
 };