[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.00.1101102225550.32164@swampdragon.chaosbits.net>
Date: Mon, 10 Jan 2011 22:29:32 +0100 (CET)
From: Jesper Juhl <jj@...osbits.net>
To: linux-arm-kernel@...ts.infradead.org
cc: linux-kernel@...r.kernel.org,
Nicolas Pitre <nicolas.pitre@...aro.org>,
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@...osoft.com>,
Andrea Gelmini <andrea.gelmini@...ma.net>,
Nicolas Ferre <nicolas.ferre@...el.com>,
Russell King <linux@....linux.org.uk>, trivial@...nel.org
Subject: [PATCH] ARM AT91SAM9M10G45: Remove duplicate inclusion of
mach/hardware.h
Remove duplicate inclusion of mach/hardware.h
Signed-off-by: Jesper Juhl <jj@...osbits.net>
---
board-sam9m10g45ek.c | 1 -
1 file changed, 1 deletion(-)
Completely untested. I don't have any way of even compiling this, but I
think it's fairly obviously correct.
diff --git a/arch/arm/mach-at91/board-sam9m10g45ek.c b/arch/arm/mach-at91/board-sam9m10g45ek.c
index 86ff4b5..6c999db 100644
--- a/arch/arm/mach-at91/board-sam9m10g45ek.c
+++ b/arch/arm/mach-at91/board-sam9m10g45ek.c
@@ -29,23 +29,22 @@
#include <mach/hardware.h>
#include <video/atmel_lcdc.h>
#include <asm/setup.h>
#include <asm/mach-types.h>
#include <asm/irq.h>
#include <asm/mach/arch.h>
#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>
#include <mach/at91_shdwc.h>
#include "sam9_smc.h"
#include "generic.h"
static void __init ek_map_io(void)
{
--
Jesper Juhl <jj@...osbits.net> http://www.chaosbits.net/
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists