]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cmd/fuse.c
Merge CONFIG_BOOTCOUNT and CONFIG_BOOTCOUNT_LIMIT
[people/ms/u-boot.git] / cmd / fuse.c
index 5998f9b2eb0f930d015e838d3252ed2bd9d9e5bb..2917d83faf2d8be2179074bc5bc27bb624f13d4a 100644 (file)
@@ -13,7 +13,7 @@
 #include <command.h>
 #include <console.h>
 #include <fuse.h>
-#include <asm/errno.h>
+#include <linux/errno.h>
 
 static int strtou32(const char *str, unsigned int base, u32 *result)
 {