]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/spi/sandbox_spi.c
treewide: replace #include <asm/errno.h> with <linux/errno.h>
[people/ms/u-boot.git] / drivers / spi / sandbox_spi.c
index bad56603ba6809443ee020a4f3459057f166ebf3..092b13b00bf65e8153b7cc8394da2d757057cd69 100644 (file)
@@ -15,7 +15,7 @@
 #include <spi_flash.h>
 #include <os.h>
 
-#include <asm/errno.h>
+#include <linux/errno.h>
 #include <asm/spi.h>
 #include <asm/state.h>
 #include <dm/device-internal.h>