From: Stefan Roese Date: Thu, 16 Jul 2009 13:13:04 +0000 (+0200) Subject: nand: ndfc: Remove unnecessary #ifdef's X-Git-Tag: v2009.08-rc1~67^2~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f2f376ab956c17d4a0c42a993133ca25cdc87278;p=u-boot nand: ndfc: Remove unnecessary #ifdef's Now that the 4xx NAND driver ndfc is moved to the common NAND driver directory we don't need this #ifdef's anymore. Signed-off-by: Stefan Roese Cc: Scott Wood Signed-off-by: Scott Wood --- diff --git a/drivers/mtd/nand/ndfc.c b/drivers/mtd/nand/ndfc.c index 971e2ae6c7..528b22b49a 100644 --- a/drivers/mtd/nand/ndfc.c +++ b/drivers/mtd/nand/ndfc.c @@ -30,10 +30,6 @@ */ #include - -#if defined(CONFIG_CMD_NAND) && !defined(CONFIG_NAND_LEGACY) && \ - defined(CONFIG_NAND_NDFC) - #include #include #include @@ -219,5 +215,3 @@ int board_nand_init(struct nand_chip *nand) return 0; } - -#endif