* [PATCH] ARM AT91SAM9M10G45: Remove duplicate inclusion of mach/hardware.h
@ 2011-01-10 21:29 Jesper Juhl
2011-01-10 21:39 ` Jean-Christophe PLAGNIOL-VILLARD
0 siblings, 1 reply; 2+ messages in thread
From: Jesper Juhl @ 2011-01-10 21:29 UTC (permalink / raw)
To: linux-arm-kernel
Remove duplicate inclusion of mach/hardware.h
Signed-off-by: Jesper Juhl <jj@chaosbits.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@chaosbits.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.
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM AT91SAM9M10G45: Remove duplicate inclusion of mach/hardware.h
2011-01-10 21:29 [PATCH] ARM AT91SAM9M10G45: Remove duplicate inclusion of mach/hardware.h Jesper Juhl
@ 2011-01-10 21:39 ` Jean-Christophe PLAGNIOL-VILLARD
0 siblings, 0 replies; 2+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2011-01-10 21:39 UTC (permalink / raw)
To: linux-arm-kernel
On 22:29 Mon 10 Jan , Jesper Juhl wrote:
> Remove duplicate inclusion of mach/hardware.h
>
> Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Best Regards,
J.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-01-10 21:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-10 21:29 [PATCH] ARM AT91SAM9M10G45: Remove duplicate inclusion of mach/hardware.h Jesper Juhl
2011-01-10 21:39 ` Jean-Christophe PLAGNIOL-VILLARD
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).