public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] cmd_nand: Remove duplicate include
@ 2009-10-15 15:48 Peter Tyser
  2009-10-15 15:48 ` [U-Boot] [PATCH 2/2] cmd_nand: Move conditional compilation to Makefile Peter Tyser
  2009-10-19 21:30 ` [U-Boot] [PATCH 1/2] cmd_nand: Remove duplicate include Scott Wood
  0 siblings, 2 replies; 5+ messages in thread
From: Peter Tyser @ 2009-10-15 15:48 UTC (permalink / raw)
  To: u-boot

Also remove vague, unnecessary comment

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
---
 common/cmd_nand.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/common/cmd_nand.c b/common/cmd_nand.c
index 158a55f..404ef9c 100644
--- a/common/cmd_nand.c
+++ b/common/cmd_nand.c
@@ -9,14 +9,6 @@
  */
 
 #include <common.h>
-
-
-/*
- *
- * New NAND support
- *
- */
-#include <common.h>
 #include <linux/mtd/mtd.h>
 
 #if defined(CONFIG_CMD_NAND)
-- 
1.6.2.1

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

end of thread, other threads:[~2009-10-19 21:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-15 15:48 [U-Boot] [PATCH 1/2] cmd_nand: Remove duplicate include Peter Tyser
2009-10-15 15:48 ` [U-Boot] [PATCH 2/2] cmd_nand: Move conditional compilation to Makefile Peter Tyser
2009-10-16 11:33   ` vimal singh
2009-10-16 13:56     ` Peter Tyser
2009-10-19 21:30 ` [U-Boot] [PATCH 1/2] cmd_nand: Remove duplicate include Scott Wood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox