From: Rashika Kheria Date: Sat, 8 Feb 2014 20:10:54 +0000 (+0530) Subject: net: Mark functions as static in net/sunrpc/svc_xprt.c X-Git-Tag: v3.15-rc1~45^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45481201009e33a5e61c78fbe14ccc02b066742b;p=pandora-kernel.git 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] Reviewed-by: Josh Triplett Signed-off-by: Rashika Kheria Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed