From: Peter Tyser Date: Thu, 15 Oct 2009 15:48:17 +0000 (-0500) Subject: cmd_nand: Remove duplicate include X-Git-Tag: v2025.01-rc5-pxa1908~20599^2~47 X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=9574fd63a97d080e379f30b6a81a1221eaeb797e;p=u-boot.git 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)