summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMarkos Chandras2014-02-19 11:17:18 +0100
committerRalf Baechle2014-03-06 20:52:28 +0100
commit4890e2eb69d0461cbc532265e03280ffce670ee8 (patch)
tree345c3804654e3160e1edf55c6ee96a8234998493 /arch
parentMIPS: Alchemy: Fix unchecked kstrtoul return value (diff)
downloadkernel-qcow2-linux-4890e2eb69d0461cbc532265e03280ffce670ee8.tar.gz
kernel-qcow2-linux-4890e2eb69d0461cbc532265e03280ffce670ee8.tar.xz
kernel-qcow2-linux-4890e2eb69d0461cbc532265e03280ffce670ee8.zip
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 <markos.chandras@imgtec.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/6571/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/bcm47xx/board.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/bcm47xx/board.c b/arch/mips/bcm47xx/board.c
index 6d612e2b949b..cdd8246f92b3 100644
--- a/arch/mips/bcm47xx/board.c
+++ b/arch/mips/bcm47xx/board.c
@@ -1,3 +1,4 @@
+#include <linux/errno.h>
#include <linux/export.h>
#include <linux/string.h>
#include <bcm47xx_board.h>