diff options
author | Alexei Starovoitov <ast@plumgrid.com> | 2015-08-26 06:06:31 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-08-26 21:01:44 +0300 |
commit | 3c645621b79828be7a46fb2694eb423b343b4bbe (patch) | |
tree | 1ccb8fb7ed87f8c810cd5a5151aee80afa6c4178 /include/net | |
parent | dc8242f704fee4fddcbebfcc5a4d08526951444a (diff) | |
download | linux-3c645621b79828be7a46fb2694eb423b343b4bbe.tar.xz |
net_sched: make tcf_hash_destroy() static
tcf_hash_destroy() used once. Make it static.
Signed-off-by: Alexei Starovoitov <ast@plumgrid.com>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/act_api.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/act_api.h b/include/net/act_api.h index 4519c81304bd..9d446f136607 100644 --- a/include/net/act_api.h +++ b/include/net/act_api.h @@ -111,7 +111,6 @@ struct tc_action_ops { }; int tcf_hash_search(struct tc_action *a, u32 index); -void tcf_hash_destroy(struct tc_action *a); u32 tcf_hash_new_index(struct tcf_hashinfo *hinfo); int tcf_hash_check(u32 index, struct tc_action *a, int bind); int tcf_hash_create(u32 index, struct nlattr *est, struct tc_action *a, |