* [PATCH] MIPS: ralink: add missing define for RT3883_GPIO_11
@ 2013-04-26 15:29 Gabor Juhos
2013-04-26 15:51 ` John Crispin
0 siblings, 1 reply; 2+ messages in thread
From: Gabor Juhos @ 2013-04-26 15:29 UTC (permalink / raw)
To: John Crispin; +Cc: Ralf Baechle, linux-mips, Gabor Juhos
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@openwrt.org>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] MIPS: ralink: add missing define for RT3883_GPIO_11
2013-04-26 15:29 [PATCH] MIPS: ralink: add missing define for RT3883_GPIO_11 Gabor Juhos
@ 2013-04-26 15:51 ` John Crispin
0 siblings, 0 replies; 2+ messages in thread
From: John Crispin @ 2013-04-26 15:51 UTC (permalink / raw)
To: Gabor Juhos; +Cc: Ralf Baechle, linux-mips
On 26/04/13 17:29, Gabor Juhos wrote:
> 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
>
Hi Gabor,
Strange, I tested all 4 Ralink SoC builds only 2 nights ago and did not
stumble over this one ...
I will fold the fix into the patch you mentioned
John
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-04-26 15:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-26 15:29 [PATCH] MIPS: ralink: add missing define for RT3883_GPIO_11 Gabor Juhos
2013-04-26 15:51 ` John Crispin
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.