All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: includecheck fix: mach-davinci, board-dm365-evm.c
@ 2009-09-22 13:07 ` Jaswinder Singh Rajput
  0 siblings, 0 replies; 4+ messages in thread
From: Jaswinder Singh Rajput @ 2009-09-22 13:07 UTC (permalink / raw)
  To: linux-arm-kernel


fix the following 'make includecheck' warning:

  arch/arm/mach-davinci/board-dm365-evm.c: mach/common.h is included more than once.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
---
 arch/arm/mach-davinci/board-dm365-evm.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-davinci/board-dm365-evm.c b/arch/arm/mach-davinci/board-dm365-evm.c
index a1d5e7d..52dd804 100644
--- a/arch/arm/mach-davinci/board-dm365-evm.c
+++ b/arch/arm/mach-davinci/board-dm365-evm.c
@@ -35,7 +35,6 @@
 #include <mach/common.h>
 #include <mach/i2c.h>
 #include <mach/serial.h>
-#include <mach/common.h>
 #include <mach/mmc.h>
 #include <mach/nand.h>
 
-- 
1.6.0.6

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

end of thread, other threads:[~2009-09-22 15:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-22 13:07 [PATCH] ARM: includecheck fix: mach-davinci, board-dm365-evm.c Jaswinder Singh Rajput
2009-09-22 13:07 ` Jaswinder Singh Rajput
2009-09-22 15:26 ` Kevin Hilman
2009-09-22 15:26   ` Kevin Hilman

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.