]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/rds/tcp_send.c
rds: make local functions/variables static
[net-next-2.6.git] / net / rds / tcp_send.c
index aa16841afbdf9c3597d466f46ac3f49185861d88..1b4fd68f0c7c4db1f97859f407cded3a1e4f8144 100644 (file)
@@ -63,7 +63,7 @@ void rds_tcp_xmit_complete(struct rds_connection *conn)
 }
 
 /* the core send_sem serializes this with other xmit and shutdown */
-int rds_tcp_sendmsg(struct socket *sock, void *data, unsigned int len)
+static int rds_tcp_sendmsg(struct socket *sock, void *data, unsigned int len)
 {
        struct kvec vec = {
                 .iov_base = data,