summaryrefslogtreecommitdiffstats
path: root/include/crypto/sha1_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/sha1_base.h')
-rw-r--r--include/crypto/sha1_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/crypto/sha1_base.h b/include/crypto/sha1_base.h
index 2e0e7c3827d1..0c342ed0d038 100644
--- a/include/crypto/sha1_base.h
+++ b/include/crypto/sha1_base.h
@@ -14,7 +14,7 @@
#include <linux/module.h>
#include <linux/string.h>
-#include <asm/unaligned.h>
+#include <linux/unaligned.h>
typedef void (sha1_block_fn)(struct sha1_state *sst, u8 const *src, int blocks);