]> www.infradead.org Git - users/hch/misc.git/commitdiff
sunrpc: unexport csum_partial_copy_to_xdr
authorChristoph Hellwig <hch@lst.de>
Tue, 13 May 2025 08:25:21 +0000 (10:25 +0200)
committerChristoph Hellwig <hch@lst.de>
Tue, 13 May 2025 08:25:21 +0000 (10:25 +0200)
csum_partial_copy_to_xdr is only used inside the sunrpc module, so
remove the export.

Signed-off-by: Christoph Hellwig <hch@lst.de>
net/sunrpc/socklib.c

index 7196e7042e0fafabdf708099cfdaae6282746228..68b16f2ba68624a823dad6890ce293bdf7f505d0 100644 (file)
@@ -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)