diff options
Diffstat (limited to 'include/ubi_uboot.h')
-rw-r--r-- | include/ubi_uboot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ubi_uboot.h b/include/ubi_uboot.h index 324fe72016..fa33d5e52d 100644 --- a/include/ubi_uboot.h +++ b/include/ubi_uboot.h @@ -32,7 +32,7 @@ #include <onenand_uboot.h> #endif -#include <asm/errno.h> +#include <linux/errno.h> /* configurable */ #if !defined(CONFIG_MTD_UBI_WL_THRESHOLD) |