diff options
Diffstat (limited to 'crypto/sm4.c')
-rw-r--r-- | crypto/sm4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sm4.c b/crypto/sm4.c index 2c44193bc27e..f4cd7edc11f0 100644 --- a/crypto/sm4.c +++ b/crypto/sm4.c @@ -8,7 +8,7 @@ */ #include <linux/module.h> -#include <asm/unaligned.h> +#include <linux/unaligned.h> #include <crypto/sm4.h> static const u32 ____cacheline_aligned fk[4] = { |