]> git.baikalelectronics.ru Git - kernel.git/commit
net: unexport csum_and_copy_{from,to}_user
authorChristoph Hellwig <hch@lst.de>
Fri, 29 Apr 2022 21:37:59 +0000 (14:37 -0700)
committerakpm <akpm@linux-foundation.org>
Fri, 29 Apr 2022 21:37:59 +0000 (14:37 -0700)
commita5dc442175bd0f686dea4cc73846314fdf87936c
tree6cbd70b843fa9ff7c6fd6faab90f6e72277622ea
parentf955cf34265506b682507e106725ad07e385bab8
net: unexport csum_and_copy_{from,to}_user

csum_and_copy_from_user and csum_and_copy_to_user are exported by a few
architectures, but not actually used in modular code.  Drop the exports.

Link: https://lkml.kernel.org/r/20220421070440.1282704-1-hch@lst.de
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Jakub Kicinski <kuba@kernel.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Michael Ellerman <mpe@ellerman.id.au> (powerpc)
Cc: David Miller <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/alpha/lib/csum_partial_copy.c
arch/m68k/lib/checksum.c
arch/powerpc/lib/checksum_wrappers.c
arch/x86/lib/csum-wrappers_64.c