summaryrefslogtreecommitdiff
path: root/arch/s390/crypto/crc32-vx.c
diff options
context:
space:
mode:
authorHeiko Carstens <hca@linux.ibm.com>2024-02-03 13:45:28 +0300
committerHeiko Carstens <hca@linux.ibm.com>2024-02-16 16:30:18 +0300
commit03325e9b64c48313527f0373c4688d393b1edaf3 (patch)
treeb389fb86712b30d190531643c41b229aabb92db7 /arch/s390/crypto/crc32-vx.c
parentc59bf4de01b67184c19a9f6f04caa1a8d5b55afb (diff)
downloadlinux-03325e9b64c48313527f0373c4688d393b1edaf3.tar.xz
s390/crc32le: convert to C
Convert CRC-32 LE variants to C. Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'arch/s390/crypto/crc32-vx.c')
-rw-r--r--arch/s390/crypto/crc32-vx.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/s390/crypto/crc32-vx.c b/arch/s390/crypto/crc32-vx.c
index 0f3e6094174e..74f17c905d12 100644
--- a/arch/s390/crypto/crc32-vx.c
+++ b/arch/s390/crypto/crc32-vx.c
@@ -31,10 +31,6 @@ struct crc_desc_ctx {
u32 crc;
};
-/* Prototypes for functions in assembly files */
-u32 crc32_le_vgfm_16(u32 crc, unsigned char const *buf, size_t size);
-u32 crc32c_le_vgfm_16(u32 crc, unsigned char const *buf, size_t size);
-
/*
* DEFINE_CRC32_VX() - Define a CRC-32 function using the vector extension
*