Signed-off-by: Sascha Hauer <s.ha...@pengutronix.de>
---
 drivers/mtd/nand/nand_imx.c |    7 -------
 1 file changed, 7 deletions(-)

diff --git a/drivers/mtd/nand/nand_imx.c b/drivers/mtd/nand/nand_imx.c
index d056c7c..22bdb74 100644
--- a/drivers/mtd/nand/nand_imx.c
+++ b/drivers/mtd/nand/nand_imx.c
@@ -1192,13 +1192,6 @@ static int __init imxnd_probe(struct device_d *dev)
        this->write_buf = imx_nand_write_buf;
        this->read_buf = imx_nand_read_buf;
        this->verify_buf = imx_nand_verify_buf;
-#if 0
-       host->clk = clk_get(&pdev->dev, "nfc_clk");
-       if (IS_ERR(host->clk))
-               goto eclk;
-
-       clk_enable(host->clk);
-#endif
 
        if (pdata->hw_ecc) {
                this->ecc.calculate = imx_nand_calculate_ecc;
-- 
1.7.10.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to