The RT3883_GPIO_11 symbol is not declared anywhere and this causes the following error: CC arch/mips/ralink/rt3883.o arch/mips/ralink/rt3883.c:101:17: error: 'RT3883_GPIO_11' undeclared here (not in a function) make[6]: *** [arch/mips/ralink/rt3883.o] Error 1 Signed-off-by: Gabor Juhos <juhosg@xxxxxxxxxxx> --- John, The error is introduced by the following change: 'MIPS: ralink: adds support for RT3883 SoC family' in the mips-next-3.10 branch of your tree at lmo. This change should be folded into that commit if possible. Regards, Gabor --- arch/mips/include/asm/mach-ralink/rt3883.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/mips/include/asm/mach-ralink/rt3883.h b/arch/mips/include/asm/mach-ralink/rt3883.h index e58e06f..058382f 100644 --- a/arch/mips/include/asm/mach-ralink/rt3883.h +++ b/arch/mips/include/asm/mach-ralink/rt3883.h @@ -152,6 +152,7 @@ #define RT3883_GPIO_SPI_MISO 6 #define RT3883_GPIO_7 7 #define RT3883_GPIO_10 10 +#define RT3883_GPIO_11 11 #define RT3883_GPIO_14 14 #define RT3883_GPIO_UART1_TXD 15 #define RT3883_GPIO_UART1_RXD 16 -- 1.7.10