]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/mtd/nand/davinci_nand.c
[MTD] [NAND] davinci: drop usage of cpu_is_* macro
[linux-2.6-omap-h63xx.git] / drivers / mtd / nand / davinci_nand.c
index 4bedd8dec61e09db5941e9b7c0825955f142b9d5..4034ac94504188f84c5b184f461c08bc1c9ee2bb 100644 (file)
@@ -33,7 +33,6 @@
 #include <linux/mtd/nand.h>
 #include <linux/mtd/partitions.h>
 
-#include <mach/cpu.h>
 #include <mach/nand.h>
 
 #include <asm/mach-types.h>
@@ -392,8 +391,6 @@ static int __init nand_davinci_probe(struct platform_device *pdev)
        /* use board-specific ECC config; else, the best available */
        if (pdata)
                ecc_mode = pdata->ecc_mode;
-       else if (cpu_is_davinci_dm355())
-               ecc_mode = NAND_ECC_HW_SYNDROME;
        else
                ecc_mode = NAND_ECC_HW;