]> git.sur5r.net Git - u-boot/blobdiff - lib/rsa/rsa-mod-exp.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / lib / rsa / rsa-mod-exp.c
index 4a6de2b9325938dd9c4654df88339ba2557814ce..031c710dff48fd0c871394ee9f7fcfb677329e7b 100644 (file)
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (c) 2013, Google Inc.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef USE_HOSTCC
@@ -9,7 +8,7 @@
 #include <fdtdec.h>
 #include <asm/types.h>
 #include <asm/byteorder.h>
-#include <asm/errno.h>
+#include <linux/errno.h>
 #include <asm/types.h>
 #include <asm/unaligned.h>
 #else