summaryrefslogtreecommitdiff
path: root/drivers/crypto/ace_sha.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/crypto/ace_sha.c')
-rw-r--r--drivers/crypto/ace_sha.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/ace_sha.c b/drivers/crypto/ace_sha.c
index efef491123..8f3b8b2614 100644
--- a/drivers/crypto/ace_sha.c
+++ b/drivers/crypto/ace_sha.c
@@ -10,7 +10,7 @@
#ifdef CONFIG_SHA_HW_ACCEL
#include <u-boot/sha256.h>
#include <u-boot/sha1.h>
-#include <asm/errno.h>
+#include <linux/errno.h>
/* SHA1 value for the message of zero length */
static const unsigned char sha1_digest_emptymsg[SHA1_SUM_LEN] = {