diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2009-10-15 10:48:17 -0500 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2009-11-13 16:56:13 -0600 |
commit | 9574fd63a97d080e379f30b6a81a1221eaeb797e (patch) | |
tree | bd0d72fc5580f215bef3049a1fa5d6416ab6899c /common | |
parent | efe12bcec55c3d77b9ead56e62010d26b66781f3 (diff) |
cmd_nand: Remove duplicate include
Also remove vague, unnecessary comment
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'common')
-rw-r--r-- | 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 158a55fa705..404ef9cf788 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) |