diff options
Diffstat (limited to 'board/freescale/b4860qds/b4860qds.c')
-rw-r--r-- | board/freescale/b4860qds/b4860qds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/b4860qds/b4860qds.c b/board/freescale/b4860qds/b4860qds.c index e582abbaef..1642a7d1ae 100644 --- a/board/freescale/b4860qds/b4860qds.c +++ b/board/freescale/b4860qds/b4860qds.c @@ -11,7 +11,7 @@ #include <linux/compiler.h> #include <asm/mmu.h> #include <asm/processor.h> -#include <asm/errno.h> +#include <linux/errno.h> #include <asm/cache.h> #include <asm/immap_85xx.h> #include <asm/fsl_law.h> |