summaryrefslogtreecommitdiff
path: root/arch/loongarch/crypto/crc32-loongarch.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/loongarch/crypto/crc32-loongarch.c')
-rw-r--r--arch/loongarch/crypto/crc32-loongarch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/loongarch/crypto/crc32-loongarch.c b/arch/loongarch/crypto/crc32-loongarch.c
index 3eebea3a7b47..b7d9782827f5 100644
--- a/arch/loongarch/crypto/crc32-loongarch.c
+++ b/arch/loongarch/crypto/crc32-loongarch.c
@@ -13,7 +13,7 @@
#include <crypto/internal/hash.h>
#include <asm/cpu-features.h>
-#include <asm/unaligned.h>
+#include <linux/unaligned.h>
#define _CRC32(crc, value, size, type) \
do { \