From: Markos Chandras Date: Wed, 19 Feb 2014 10:17:18 +0000 (+0000) Subject: MIPS: bcm47xx: Include missing errno.h for ENXIO X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=4890e2eb69d0461cbc532265e03280ffce670ee8;p=~andy%2Flinux MIPS: bcm47xx: Include missing errno.h for ENXIO Fixes the following build problen on allmodconfig: arch/mips/bcm47xx/board.c: In function 'bcm47xx_board_detect': arch/mips/bcm47xx/board.c:291:14: error: 'ENXIO' undeclared (first use in this function) Signed-off-by: Markos Chandras Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/6571/ Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/bcm47xx/board.c b/arch/mips/bcm47xx/board.c index 6d612e2b949..cdd8246f92b 100644 --- a/arch/mips/bcm47xx/board.c +++ b/arch/mips/bcm47xx/board.c @@ -1,3 +1,4 @@ +#include #include #include #include