aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAlexei Starovoitov <ast@plumgrid.com>2015-08-25 20:06:31 -0700
committerDavid S. Miller <davem@davemloft.net>2015-08-26 11:01:44 -0700
commit3c645621b79828be7a46fb2694eb423b343b4bbe (patch)
tree1ccb8fb7ed87f8c810cd5a5151aee80afa6c4178 /include
parentlib/Makefile: remove CONFIG_AVERAGE build rule (diff)
downloadlinux-dev-3c645621b79828be7a46fb2694eb423b343b4bbe.tar.xz
linux-dev-3c645621b79828be7a46fb2694eb423b343b4bbe.zip
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')
-rw-r--r--include/net/act_api.h1
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,