summaryrefslogtreecommitdiff
path: root/lib/crypto/chacha.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/chacha.c')
-rw-r--r--lib/crypto/chacha.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/chacha.c b/lib/crypto/chacha.c
index b748fd3d256e..3cdda3b5ee06 100644
--- a/lib/crypto/chacha.c
+++ b/lib/crypto/chacha.c
@@ -10,7 +10,7 @@
#include <linux/export.h>
#include <linux/bitops.h>
#include <linux/string.h>
-#include <asm/unaligned.h>
+#include <linux/unaligned.h>
#include <crypto/chacha.h>
static void chacha_permute(u32 *x, int nrounds)