[U-Boot] [PATCH 1/2] cmd_nand: Remove duplicate include

Peter Tyser ptyser at xes-inc.com
Thu Oct 15 17:48:17 CEST 2009


Also remove vague, unnecessary comment

Signed-off-by: Peter Tyser <ptyser at 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



More information about the U-Boot mailing list