diff options
Diffstat (limited to 'board/freescale/mx53smd/mx53smd.c')
-rw-r--r-- | board/freescale/mx53smd/mx53smd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mx53smd/mx53smd.c b/board/freescale/mx53smd/mx53smd.c index 0963fd7b43..938c611ef8 100644 --- a/board/freescale/mx53smd/mx53smd.c +++ b/board/freescale/mx53smd/mx53smd.c @@ -11,7 +11,7 @@ #include <asm/arch/crm_regs.h> #include <asm/arch/clock.h> #include <asm/arch/iomux-mx53.h> -#include <asm/errno.h> +#include <linux/errno.h> #include <netdev.h> #include <mmc.h> #include <fsl_esdhc.h> |