Re: [PATCH 04/21] ARM: orion5x: include linux/cpu.h

2013-04-25 Thread Jason Cooper
On Thu, Apr 25, 2013 at 01:34:45PM -0400, Jason Cooper wrote: > On Thu, Apr 25, 2013 at 07:28:47PM +0200, Arnd Bergmann wrote: > > The linux/cpu.h header is no longer implictly included in this > > file, so we need to an #include statement to avoid this build > > warning: > > > >

Re: [PATCH 04/21] ARM: orion5x: include linux/cpu.h

2013-04-25 Thread Jason Cooper
On Thu, Apr 25, 2013 at 07:28:47PM +0200, Arnd Bergmann wrote: > The linux/cpu.h header is no longer implictly included in this > file, so we need to an #include statement to avoid this build > warning: > > arch/arm/mach-orion5x/common.c:339:3: error: implicit declaration of function >

[PATCH 04/21] ARM: orion5x: include linux/cpu.h

2013-04-25 Thread Arnd Bergmann
The linux/cpu.h header is no longer implictly included in this file, so we need to an #include statement to avoid this build warning: arch/arm/mach-orion5x/common.c:339:3: error: implicit declaration of function 'cpu_idle_poll_ctrl' [-Werror=implicit-function-declaration] Signed-off-by: Arnd

[PATCH 04/21] ARM: orion5x: include linux/cpu.h

2013-04-25 Thread Arnd Bergmann
The linux/cpu.h header is no longer implictly included in this file, so we need to an #include statement to avoid this build warning: arch/arm/mach-orion5x/common.c:339:3: error: implicit declaration of function 'cpu_idle_poll_ctrl' [-Werror=implicit-function-declaration] Signed-off-by: Arnd

Re: [PATCH 04/21] ARM: orion5x: include linux/cpu.h

2013-04-25 Thread Jason Cooper
On Thu, Apr 25, 2013 at 07:28:47PM +0200, Arnd Bergmann wrote: The linux/cpu.h header is no longer implictly included in this file, so we need to an #include statement to avoid this build warning: arch/arm/mach-orion5x/common.c:339:3: error: implicit declaration of function

Re: [PATCH 04/21] ARM: orion5x: include linux/cpu.h

2013-04-25 Thread Jason Cooper
On Thu, Apr 25, 2013 at 01:34:45PM -0400, Jason Cooper wrote: On Thu, Apr 25, 2013 at 07:28:47PM +0200, Arnd Bergmann wrote: The linux/cpu.h header is no longer implictly included in this file, so we need to an #include statement to avoid this build warning: