net: Mark functions as static in net/sunrpc/svc_xprt.c
commite1d83ee673eff5407255ba9e884312219f6832d7
authorRashika Kheria <rashika.kheria@gmail.com>
Sun, 9 Feb 2014 17:03:03 +0000 (9 22:33 +0530)
committerDavid S. Miller <davem@davemloft.net>
Mon, 10 Feb 2014 01:32:50 +0000 (9 17:32 -0800)
tree394f8979dc04ac9d8f434be52f6f41588a71c45c
parentbd76ed36bac50b5402fd09c3fc2f368ef324ffe2
net: Mark functions as static in net/sunrpc/svc_xprt.c

Mark functions as static in net/sunrpc/svc_xprt.c because they are not
used outside this file.

This eliminates the following warning in net/sunrpc/svc_xprt.c:
net/sunrpc/svc_xprt.c:574:5: warning: no previous prototype for ‘svc_alloc_arg’ [-Wmissing-prototypes]
net/sunrpc/svc_xprt.c:615:18: warning: no previous prototype for ‘svc_get_next_xprt’ [-Wmissing-prototypes]
net/sunrpc/svc_xprt.c:694:6: warning: no previous prototype for ‘svc_add_new_temp_xprt’ [-Wmissing-prototypes]

Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sunrpc/svc_xprt.c