Commit 22649d1a authored by Adrian Bunk's avatar Adrian Bunk Committed by David S. Miller

[IPVS]: Remove unused exports.

This patch removes the following unused EXPORT_SYMBOL's:
- ip_vs_try_bind_dest
- ip_vs_find_dest
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6aed4215
...@@ -441,7 +441,6 @@ struct ip_vs_dest *ip_vs_try_bind_dest(struct ip_vs_conn *cp) ...@@ -441,7 +441,6 @@ struct ip_vs_dest *ip_vs_try_bind_dest(struct ip_vs_conn *cp)
} else } else
return NULL; return NULL;
} }
EXPORT_SYMBOL(ip_vs_try_bind_dest);
/* /*
......
...@@ -604,7 +604,6 @@ struct ip_vs_dest *ip_vs_find_dest(__be32 daddr, __be16 dport, ...@@ -604,7 +604,6 @@ struct ip_vs_dest *ip_vs_find_dest(__be32 daddr, __be16 dport,
ip_vs_service_put(svc); ip_vs_service_put(svc);
return dest; return dest;
} }
EXPORT_SYMBOL(ip_vs_find_dest);
/* /*
* Lookup dest by {svc,addr,port} in the destination trash. * Lookup dest by {svc,addr,port} in the destination trash.
......
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