]> Git Repo - J-u-boot.git/blobdiff - drivers/spi/cadence_qspi_apb.c
treewide: replace #include <asm/errno.h> with <linux/errno.h>
[J-u-boot.git] / drivers / spi / cadence_qspi_apb.c
index 1d68379c93691983e5e505084f99ee8c4512a7d0..e285d3c1e761047cd9562dc0520c5fc6350c5a5f 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <common.h>
 #include <asm/io.h>
-#include <asm/errno.h>
+#include <linux/errno.h>
 #include <wait_bit.h>
 #include <spi.h>
 #include "cadence_qspi.h"
This page took 0.021718 seconds and 4 git commands to generate.