get rid of csum_partial_copy_to_user()
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 19 Mar 2020 17:19:34 +0000 (13:19 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 22 Apr 2020 18:37:50 +0000 (14:37 -0400)
commit2a89b674fd6834dacf2a6edfbdf5607c163dd36e
treecf6458f30895d1581f237cbb175232e56a4fa72d
parent8f3d9f354286745c751374f5f1fcafee6b3f3136
get rid of csum_partial_copy_to_user()

For historical reasons some architectures call their csum_and_copy_to_user()
csum_partial_copy_to_user() instead (and supply a macro defining the
former as the latter).  That's the last remnants of old experiment that
went nowhere; time to bury them.  Rename those to csum_and_copy_to_user()
and get rid of the macros.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/sparc/include/asm/checksum_32.h
arch/x86/include/asm/checksum_64.h
arch/x86/lib/csum-wrappers_64.c