Re: [PATCH 07/11] ARM: integrator: fix build with INTEGRATOR_AP off

2013-02-15 Thread Linus Walleij
On Thu, Feb 14, 2013 at 2:49 PM, Arnd Bergmann wrote: > The conditional declaration of ap_uart_data is broken > and causes this build error: > > In file included from arch/arm/mach-integrator/core.c:35:0: > arch/arm/mach-integrator/common.h:6:37: error: expected '=', ',', ';', 'asm' > or

Re: [PATCH 07/11] ARM: integrator: fix build with INTEGRATOR_AP off

2013-02-15 Thread Linus Walleij
On Thu, Feb 14, 2013 at 2:49 PM, Arnd Bergmann a...@arndb.de wrote: The conditional declaration of ap_uart_data is broken and causes this build error: In file included from arch/arm/mach-integrator/core.c:35:0: arch/arm/mach-integrator/common.h:6:37: error: expected '=', ',', ';', 'asm' or

[PATCH 07/11] ARM: integrator: fix build with INTEGRATOR_AP off

2013-02-14 Thread Arnd Bergmann
The conditional declaration of ap_uart_data is broken and causes this build error: In file included from arch/arm/mach-integrator/core.c:35:0: arch/arm/mach-integrator/common.h:6:37: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token Turning the check into an

[PATCH 07/11] ARM: integrator: fix build with INTEGRATOR_AP off

2013-02-14 Thread Arnd Bergmann
The conditional declaration of ap_uart_data is broken and causes this build error: In file included from arch/arm/mach-integrator/core.c:35:0: arch/arm/mach-integrator/common.h:6:37: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token Turning the check into an