Commit 919066d6 authored by Trond Myklebust's avatar Trond Myklebust

SUNRPC: Remove unnecessary export of rpc_sockaddr2uaddr

It is only used internally by the RPC code.
Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent d77385f2
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment