summaryrefslogtreecommitdiff
path: root/lib/crypto/curve25519-hacl64.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/curve25519-hacl64.c')
-rw-r--r--lib/crypto/curve25519-hacl64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/curve25519-hacl64.c b/lib/crypto/curve25519-hacl64.c
index c40e5d913234..c4204133afb7 100644
--- a/lib/crypto/curve25519-hacl64.c
+++ b/lib/crypto/curve25519-hacl64.c
@@ -10,7 +10,7 @@
* integer types.
*/
-#include <asm/unaligned.h>
+#include <linux/unaligned.h>
#include <crypto/curve25519.h>
#include <linux/string.h>