From: Peter Tyser Date: Thu, 15 Oct 2009 15:48:17 +0000 (-0500) Subject: cmd_nand: Remove duplicate include X-Git-Tag: v2010.03-rc1~200^2~47 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=9574fd63a97d080e379f30b6a81a1221eaeb797e cmd_nand: Remove duplicate include Also remove vague, unnecessary comment Signed-off-by: Peter Tyser --- diff --git a/common/cmd_nand.c b/common/cmd_nand.c index 158a55fa70..404ef9cf78 100644 --- a/common/cmd_nand.c +++ b/common/cmd_nand.c @@ -9,14 +9,6 @@ */ #include - - -/* - * - * New NAND support - * - */ -#include #include #if defined(CONFIG_CMD_NAND)