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:
> > 
> > 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 Bergmann 
> > Cc: Jason Cooper 
> > Cc: Andrew Lunn 
> > ---
> >  arch/arm/mach-orion5x/common.c | 1 +
> >  1 file changed, 1 insertion(+)
> 
> Acked-by: Jason Cooper 
> 
> I imagine it's easiest for you to take this through a branch you already
> have set up, so have it.

s/have it/have at it/  :)

thx,

Jason.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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 
> 'cpu_idle_poll_ctrl' [-Werror=implicit-function-declaration]
> 
> Signed-off-by: Arnd Bergmann 
> Cc: Jason Cooper 
> Cc: Andrew Lunn 
> ---
>  arch/arm/mach-orion5x/common.c | 1 +
>  1 file changed, 1 insertion(+)

Acked-by: Jason Cooper 

I imagine it's easiest for you to take this through a branch you already
have set up, so have it.

thx,

Jason.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[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 Bergmann 
Cc: Jason Cooper 
Cc: Andrew Lunn 
---
 arch/arm/mach-orion5x/common.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-orion5x/common.c b/arch/arm/mach-orion5x/common.c
index 664c97d..b97fd67 100644
--- a/arch/arm/mach-orion5x/common.c
+++ b/arch/arm/mach-orion5x/common.c
@@ -19,6 +19,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
-- 
1.8.1.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[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 Bergmann a...@arndb.de
Cc: Jason Cooper ja...@lakedaemon.net
Cc: Andrew Lunn and...@lunn.ch
---
 arch/arm/mach-orion5x/common.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-orion5x/common.c b/arch/arm/mach-orion5x/common.c
index 664c97d..b97fd67 100644
--- a/arch/arm/mach-orion5x/common.c
+++ b/arch/arm/mach-orion5x/common.c
@@ -19,6 +19,7 @@
 #include linux/ata_platform.h
 #include linux/delay.h
 #include linux/clk-provider.h
+#include linux/cpu.h
 #include net/dsa.h
 #include asm/page.h
 #include asm/setup.h
-- 
1.8.1.2

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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 
 'cpu_idle_poll_ctrl' [-Werror=implicit-function-declaration]
 
 Signed-off-by: Arnd Bergmann a...@arndb.de
 Cc: Jason Cooper ja...@lakedaemon.net
 Cc: Andrew Lunn and...@lunn.ch
 ---
  arch/arm/mach-orion5x/common.c | 1 +
  1 file changed, 1 insertion(+)

Acked-by: Jason Cooper ja...@lakedaemon.net

I imagine it's easiest for you to take this through a branch you already
have set up, so have it.

thx,

Jason.
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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:
  
  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 Bergmann a...@arndb.de
  Cc: Jason Cooper ja...@lakedaemon.net
  Cc: Andrew Lunn and...@lunn.ch
  ---
   arch/arm/mach-orion5x/common.c | 1 +
   1 file changed, 1 insertion(+)
 
 Acked-by: Jason Cooper ja...@lakedaemon.net
 
 I imagine it's easiest for you to take this through a branch you already
 have set up, so have it.

s/have it/have at it/  :)

thx,

Jason.
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/