OSDN Git Service

arch, net: remove the last csum_partial_copy() leftovers
authorChristoph Hellwig <hch@lst.de>
Mon, 20 Jul 2020 11:36:09 +0000 (13:36 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Jul 2020 00:45:32 +0000 (17:45 -0700)
commitf1bfd71c8662f20d53e71ef4e18bfb0e5677c27f
treee03129400d3773e75ec851fae105001656e679de
parentcebd2cac905e5a665bc992c7725f98bf6cd4a21d
arch, net: remove the last csum_partial_copy() leftovers

Most of the tree only uses and implements csum_partial_copy_nocheck,
but the c6x and lib/checksum.c implement a csum_partial_copy that
isn't used anywere except to define csum_partial_copy.  Get rid of
this pointless alias.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/c6x/lib/checksum.c
arch/c6x/lib/csum_64plus.S
arch/nios2/include/asm/checksum.h
include/asm-generic/checksum.h
lib/checksum.c