Skip to content

Commit

Permalink
SUNRPC: Remove unnecessary export of rpc_sockaddr2uaddr
Browse files Browse the repository at this point in the history
It is only used internally by the RPC code.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Oct 18, 2011
1 parent d77385f commit 919066d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/sunrpc/addr.c
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ char *rpc_sockaddr2uaddr(const struct sockaddr *sap, gfp_t gfp_flags)

return kstrdup(addrbuf, gfp_flags);
}
EXPORT_SYMBOL_GPL(rpc_sockaddr2uaddr);

/**
* rpc_uaddr2sockaddr - convert a universal address to a socket address.
Expand Down

0 comments on commit 919066d

Please sign in to comment.