]> git.sur5r.net Git - u-boot/blobdiff - drivers/crypto/ace_sha.c
board: ge: bx50v3: enable backlight on demand
[u-boot] / drivers / crypto / ace_sha.c
index ed4f5418238c710d34da4751ffdb769df6d195d9..8f3b8b2614cc7a5afebe3e53297cf4e3a0bdcf4e 100644 (file)
@@ -8,9 +8,9 @@
 #include "ace_sha.h"
 
 #ifdef CONFIG_SHA_HW_ACCEL
-#include <sha256.h>
-#include <sha1.h>
-#include <asm/errno.h>
+#include <u-boot/sha256.h>
+#include <u-boot/sha1.h>
+#include <linux/errno.h>
 
 /* SHA1 value for the message of zero length */
 static const unsigned char sha1_digest_emptymsg[SHA1_SUM_LEN] = {