summaryrefslogtreecommitdiff
path: root/arch/c6x/lib/checksum.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-07-20 14:36:09 +0300
committerDavid S. Miller <davem@davemloft.net>2020-07-21 03:45:32 +0300
commitf1bfd71c8662f20d53e71ef4e18bfb0e5677c27f (patch)
treee03129400d3773e75ec851fae105001656e679de /arch/c6x/lib/checksum.c
parentcebd2cac905e5a665bc992c7725f98bf6cd4a21d (diff)
downloadlinux-f1bfd71c8662f20d53e71ef4e18bfb0e5677c27f.tar.xz
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>
Diffstat (limited to 'arch/c6x/lib/checksum.c')
-rw-r--r--arch/c6x/lib/checksum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/c6x/lib/checksum.c b/arch/c6x/lib/checksum.c
index 335ca4900808..dff2e2ec6e64 100644
--- a/arch/c6x/lib/checksum.c
+++ b/arch/c6x/lib/checksum.c
@@ -6,6 +6,6 @@
/* These are from csum_64plus.S */
EXPORT_SYMBOL(csum_partial);
-EXPORT_SYMBOL(csum_partial_copy);
+EXPORT_SYMBOL(csum_partial_copy_nocheck);
EXPORT_SYMBOL(ip_compute_csum);
EXPORT_SYMBOL(ip_fast_csum);