aboutsummaryrefslogtreecommitdiffstats
path: root/arch/c6x/lib/checksum.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/c6x/lib/checksum.c')
-rw-r--r--arch/c6x/lib/checksum.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/c6x/lib/checksum.c b/arch/c6x/lib/checksum.c
deleted file mode 100644
index dff2e2ec6e64..000000000000
--- a/arch/c6x/lib/checksum.c
+++ /dev/null
@@ -1,11 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0-or-later
-/*
- */
-#include <linux/module.h>
-#include <net/checksum.h>
-
-/* These are from csum_64plus.S */
-EXPORT_SYMBOL(csum_partial);
-EXPORT_SYMBOL(csum_partial_copy_nocheck);
-EXPORT_SYMBOL(ip_compute_csum);
-EXPORT_SYMBOL(ip_fast_csum);