]> git.sur5r.net Git - u-boot/blobdiff - drivers/crypto/ace_sha.c
dm: core: Update of_read_fmap_entry() for livetree
[u-boot] / drivers / crypto / ace_sha.c
index ed4f5418238c710d34da4751ffdb769df6d195d9..34611056ecf1850f08a28a674f8ab2c73c7d3f53 100644 (file)
@@ -1,16 +1,15 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Advanced Crypto Engine - SHA Firmware
  * Copyright (c) 2012  Samsung Electronics
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 #include <common.h>
 #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] = {