diff options
Diffstat (limited to 'common/image.c')
-rw-r--r-- | common/image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/image.c b/common/image.c index c8d9bc834d..a5d19abfa9 100644 --- a/common/image.c +++ b/common/image.c @@ -38,7 +38,7 @@ #include <u-boot/md5.h> #include <u-boot/sha1.h> -#include <asm/errno.h> +#include <linux/errno.h> #include <asm/io.h> #ifdef CONFIG_CMD_BDI |