diff options
author | Jamal Hadi Salim <jhs@mojatatu.com> | 2013-12-04 09:26:54 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-12-05 19:28:42 -0500 |
commit | 43c00dcf8888daea234226e8adf09c37b00d2245 (patch) | |
tree | c52764bf037970dba7f580d7a0f82ad143512a9a /net/sched/act_pedit.c | |
parent | 63ef6174654a986f263d25e957ef9d1ff243f649 (diff) |
net_sched: Use default action lookup functions
Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/act_pedit.c')
-rw-r--r-- | net/sched/act_pedit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sched/act_pedit.c b/net/sched/act_pedit.c index 7ed78c9e505c..ab4fc56f8852 100644 --- a/net/sched/act_pedit.c +++ b/net/sched/act_pedit.c @@ -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 }; |