]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1fd996cedf7e8e5ea00a7f65de3703d127be114a
treee03129400d3773e75ec851fae105001656e679de
parent68cd3d3ebc3d40e384d8afae0b19912c67c85c5e
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