diff options
author | Jamal Hadi Salim <jhs@mojatatu.com> | 2013-12-04 15:26:54 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-12-06 01:28:42 +0100 |
commit | 43c00dcf8888daea234226e8adf09c37b00d2245 (patch) | |
tree | c52764bf037970dba7f580d7a0f82ad143512a9a /net/sched/act_police.c | |
parent | net_sched: Default action lookup method for actions (diff) | |
download | linux-43c00dcf8888daea234226e8adf09c37b00d2245.tar.xz linux-43c00dcf8888daea234226e8adf09c37b00d2245.zip |
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 '')
-rw-r--r-- | net/sched/act_police.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sched/act_police.c b/net/sched/act_police.c index 272d8e924cf6..16a62c36928a 100644 --- a/net/sched/act_police.c +++ b/net/sched/act_police.c @@ -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 }; |