summaryrefslogtreecommitdiff
path: root/lib/crypto/chacha20poly1305-selftest.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/chacha20poly1305-selftest.c')
-rw-r--r--lib/crypto/chacha20poly1305-selftest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/chacha20poly1305-selftest.c b/lib/crypto/chacha20poly1305-selftest.c
index fa43deda2660..2ea61c28be4f 100644
--- a/lib/crypto/chacha20poly1305-selftest.c
+++ b/lib/crypto/chacha20poly1305-selftest.c
@@ -7,7 +7,7 @@
#include <crypto/chacha.h>
#include <crypto/poly1305.h>
-#include <asm/unaligned.h>
+#include <linux/unaligned.h>
#include <linux/bug.h>
#include <linux/init.h>
#include <linux/mm.h>