All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jaswinder Singh Rajput <jaswinder@kernel.org>
To: Nicolas Ferre <nicolas.ferre@atmel.com>,
	Russell King <rmk+lkml@arm.linux.org.uk>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH] ARM: includecheck fix for mach-at91/board-sam9m10g45ek.c
Date: Sat, 27 Feb 2010 14:17:30 +0530	[thread overview]
Message-ID: <1267260450.26906.9.camel@i7.satnam> (raw)


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



WARNING: multiple messages have this Message-ID (diff)
From: jaswinder@kernel.org (Jaswinder Singh Rajput)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: includecheck fix for mach-at91/board-sam9m10g45ek.c
Date: Sat, 27 Feb 2010 14:17:30 +0530	[thread overview]
Message-ID: <1267260450.26906.9.camel@i7.satnam> (raw)


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

             reply	other threads:[~2010-02-27  8:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-27  8:47 Jaswinder Singh Rajput [this message]
2010-02-27  8:47 ` [PATCH] ARM: includecheck fix for mach-at91/board-sam9m10g45ek.c Jaswinder Singh Rajput
2010-03-01  8:51 ` Nicolas Ferre
2010-03-01  8:51   ` Nicolas Ferre

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1267260450.26906.9.camel@i7.satnam \
    --to=jaswinder@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nicolas.ferre@atmel.com \
    --cc=rmk+lkml@arm.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.