diff options
author | Rashika Kheria <rashika.kheria@gmail.com> | 2014-02-09 18:03:03 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-02-10 02:32:50 +0100 |
commit | e1d83ee673eff5407255ba9e884312219f6832d7 (patch) | |
tree | 394f8979dc04ac9d8f434be52f6f41588a71c45c /net/ipv6 | |
parent | net: Include appropriate header file in netfilter/nft_lookup.c (diff) | |
download | linux-e1d83ee673eff5407255ba9e884312219f6832d7.tar.xz linux-e1d83ee673eff5407255ba9e884312219f6832d7.zip |
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>
Diffstat (limited to 'net/ipv6')
0 files changed, 0 insertions, 0 deletions