treewide: replace #include <asm/errno.h> with <linux/errno.h>
[oweals/u-boot.git] / arch / arm / imx-common / cmd_bmode.c
index 841b1d31c7df85648a3ade556c1629c79ca94ca9..b0868aa871311bdcd222e96cddcd7691b3a289fc 100644 (file)
@@ -4,7 +4,7 @@
  * SPDX-License-Identifier:    GPL-2.0+
  */
 #include <common.h>
-#include <asm/errno.h>
+#include <linux/errno.h>
 #include <asm/io.h>
 #include <asm/imx-common/boot_mode.h>
 #include <malloc.h>