All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: includecheck fix for mach-at91/board-sam9m10g45ek.c
@ 2010-02-27  8:47 ` Jaswinder Singh Rajput
  0 siblings, 0 replies; 4+ messages in thread
From: Jaswinder Singh Rajput @ 2010-02-27  8:47 UTC (permalink / raw)
  To: Nicolas Ferre, Russell King, linux-arm-kernel, LKML


Fix the following 'make includecheck' warning:
  arch/arm/mach-at91/board-sam9m10g45ek.c: mach/hardware.h is included more than once.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: Russell King <rmk+kernel@arm.linux.org.uk>
---
 arch/arm/mach-at91/board-sam9m10g45ek.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-at91/board-sam9m10g45ek.c b/arch/arm/mach-at91/board-sam9m10g45ek.c
index 98f9f4b..f2ba9e2 100644
--- a/arch/arm/mach-at91/board-sam9m10g45ek.c
+++ b/arch/arm/mach-at91/board-sam9m10g45ek.c
@@ -36,7 +36,6 @@
 #include <asm/mach/map.h>
 #include <asm/mach/irq.h>
 
-#include <mach/hardware.h>
 #include <mach/board.h>
 #include <mach/gpio.h>
 #include <mach/at91sam9_smc.h>
-- 
1.6.6



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] ARM: includecheck fix for mach-at91/board-sam9m10g45ek.c
@ 2010-02-27  8:47 ` Jaswinder Singh Rajput
  0 siblings, 0 replies; 4+ messages in thread
From: Jaswinder Singh Rajput @ 2010-02-27  8:47 UTC (permalink / raw)
  To: linux-arm-kernel


Fix the following 'make includecheck' warning:
  arch/arm/mach-at91/board-sam9m10g45ek.c: mach/hardware.h is included more than once.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: Russell King <rmk+kernel@arm.linux.org.uk>
---
 arch/arm/mach-at91/board-sam9m10g45ek.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-at91/board-sam9m10g45ek.c b/arch/arm/mach-at91/board-sam9m10g45ek.c
index 98f9f4b..f2ba9e2 100644
--- a/arch/arm/mach-at91/board-sam9m10g45ek.c
+++ b/arch/arm/mach-at91/board-sam9m10g45ek.c
@@ -36,7 +36,6 @@
 #include <asm/mach/map.h>
 #include <asm/mach/irq.h>
 
-#include <mach/hardware.h>
 #include <mach/board.h>
 #include <mach/gpio.h>
 #include <mach/at91sam9_smc.h>
-- 
1.6.6

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: includecheck fix for mach-at91/board-sam9m10g45ek.c
  2010-02-27  8:47 ` Jaswinder Singh Rajput
@ 2010-03-01  8:51   ` Nicolas Ferre
  -1 siblings, 0 replies; 4+ messages in thread
From: Nicolas Ferre @ 2010-03-01  8:51 UTC (permalink / raw)
  To: Jaswinder Singh Rajput; +Cc: Russell King, linux-arm-kernel, LKML

Le 27/02/2010 09:47, Jaswinder Singh Rajput :
> 
> Fix the following 'make includecheck' warning:
>   arch/arm/mach-at91/board-sam9m10g45ek.c: mach/hardware.h is included more than once.
> 
> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
> Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
> Cc: Russell King <rmk+kernel@arm.linux.org.uk>

Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

> ---
>  arch/arm/mach-at91/board-sam9m10g45ek.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/mach-at91/board-sam9m10g45ek.c b/arch/arm/mach-at91/board-sam9m10g45ek.c
> index 98f9f4b..f2ba9e2 100644
> --- a/arch/arm/mach-at91/board-sam9m10g45ek.c
> +++ b/arch/arm/mach-at91/board-sam9m10g45ek.c
> @@ -36,7 +36,6 @@
>  #include <asm/mach/map.h>
>  #include <asm/mach/irq.h>
>  
> -#include <mach/hardware.h>
>  #include <mach/board.h>
>  #include <mach/gpio.h>
>  #include <mach/at91sam9_smc.h>


-- 
Nicolas Ferre


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] ARM: includecheck fix for mach-at91/board-sam9m10g45ek.c
@ 2010-03-01  8:51   ` Nicolas Ferre
  0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Ferre @ 2010-03-01  8:51 UTC (permalink / raw)
  To: linux-arm-kernel

Le 27/02/2010 09:47, Jaswinder Singh Rajput :
> 
> Fix the following 'make includecheck' warning:
>   arch/arm/mach-at91/board-sam9m10g45ek.c: mach/hardware.h is included more than once.
> 
> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
> Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
> Cc: Russell King <rmk+kernel@arm.linux.org.uk>

Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

> ---
>  arch/arm/mach-at91/board-sam9m10g45ek.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/mach-at91/board-sam9m10g45ek.c b/arch/arm/mach-at91/board-sam9m10g45ek.c
> index 98f9f4b..f2ba9e2 100644
> --- a/arch/arm/mach-at91/board-sam9m10g45ek.c
> +++ b/arch/arm/mach-at91/board-sam9m10g45ek.c
> @@ -36,7 +36,6 @@
>  #include <asm/mach/map.h>
>  #include <asm/mach/irq.h>
>  
> -#include <mach/hardware.h>
>  #include <mach/board.h>
>  #include <mach/gpio.h>
>  #include <mach/at91sam9_smc.h>


-- 
Nicolas Ferre

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-03-01  8:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-27  8:47 [PATCH] ARM: includecheck fix for mach-at91/board-sam9m10g45ek.c Jaswinder Singh Rajput
2010-02-27  8:47 ` Jaswinder Singh Rajput
2010-03-01  8:51 ` Nicolas Ferre
2010-03-01  8:51   ` Nicolas Ferre

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.