commit | da36e6dbf478cb67a5df0da6afcd78df226e4c64 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Mon Oct 16 14:40:21 2017 +0100 |
committer | J. Bruce Fields <bfields@redhat.com> | Tue Nov 07 16:43:57 2017 -0500 |
tree | 4a53c9076355e9d972f15e0d688fba429ecedd4c | |
parent | e9d4bf219c83d09579bc62512fea2ca10f025d93 [diff] |
sunrcp: make function _svc_create_xprt static The function _svc_create_xprt is local to the source and does not need to be in global scope, so make it static. Cleans up sparse warning: symbol '_svc_create_xprt' was not declared. Should it be static? Signed-off-by: Colin Ian King <colin.king@canonical.com> Reviewed-by: Jeff Layton <jlayton@poochiereds.net> Signed-off-by: J. Bruce Fields <bfields@redhat.com>