summaryrefslogtreecommitdiff
path: root/lib/crc/x86/crc64.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crc/x86/crc64.h')
-rw-r--r--lib/crc/x86/crc64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crc/x86/crc64.h b/lib/crc/x86/crc64.h
index fde1222c4c58..7d4599319343 100644
--- a/lib/crc/x86/crc64.h
+++ b/lib/crc/x86/crc64.h
@@ -27,7 +27,7 @@ static inline u64 crc64_nvme_arch(u64 crc, const u8 *p, size_t len)
}
#define crc64_mod_init_arch crc64_mod_init_arch
-static inline void crc64_mod_init_arch(void)
+static void crc64_mod_init_arch(void)
{
if (boot_cpu_has(X86_FEATURE_PCLMULQDQ)) {
static_branch_enable(&have_pclmulqdq);