Commit 633e93b1 authored by Chris Wright's avatar Chris Wright Committed by David S. Miller

[PKT_SCHED]: Make tcp_proto_lookup_ops() static

Signed-off-by: default avatarChris Wright <chrisw@osdl.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a29de159
......@@ -52,7 +52,7 @@ static rwlock_t cls_mod_lock = RW_LOCK_UNLOCKED;
/* Find classifier type by string name */
struct tcf_proto_ops * tcf_proto_lookup_ops(struct rtattr *kind)
static struct tcf_proto_ops * tcf_proto_lookup_ops(struct rtattr *kind)
{
struct tcf_proto_ops *t = NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment