From: Christoph Hellwig Date: Tue, 13 May 2025 08:25:21 +0000 (+0200) Subject: sunrpc: unexport csum_partial_copy_to_xdr X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=c57be73f94ce713782529e90636bba99ff92e347;p=users%2Fhch%2Fmisc.git sunrpc: unexport csum_partial_copy_to_xdr csum_partial_copy_to_xdr is only used inside the sunrpc module, so remove the export. Signed-off-by: Christoph Hellwig --- diff --git a/net/sunrpc/socklib.c b/net/sunrpc/socklib.c index 7196e7042e0f..68b16f2ba686 100644 --- a/net/sunrpc/socklib.c +++ b/net/sunrpc/socklib.c @@ -158,7 +158,6 @@ no_checksum: return -1; return 0; } -EXPORT_SYMBOL_GPL(csum_partial_copy_to_xdr); static inline int xprt_sendmsg(struct socket *sock, struct msghdr *msg, size_t seek)