Skip to content

Commit 4890e2e

Browse files
Markos Chandrasralfbaechle
authored andcommitted
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 <[email protected]> Cc: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/6571/ Signed-off-by: Ralf Baechle <[email protected]>
1 parent d334c2b commit 4890e2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/mips/bcm47xx/board.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#include <linux/errno.h>
12
#include <linux/export.h>
23
#include <linux/string.h>
34
#include <bcm47xx_board.h>

0 commit comments

Comments
 (0)