Author: blogic
Date: 2016-03-10 22:19:58 +0100 (Thu, 10 Mar 2016)
New Revision: 48997

Modified:
   trunk/target/linux/oxnas/files/drivers/mtd/nand/oxnas_nand.c
Log:
oxnas: complete NAND driver clean-up

some bit rot was accidentally left-out in r48986, remove it.

Signed-off-by: Daniel Golle <[email protected]>

Modified: trunk/target/linux/oxnas/files/drivers/mtd/nand/oxnas_nand.c
===================================================================
--- trunk/target/linux/oxnas/files/drivers/mtd/nand/oxnas_nand.c        
2016-03-10 20:15:59 UTC (rev 48996)
+++ trunk/target/linux/oxnas/files/drivers/mtd/nand/oxnas_nand.c        
2016-03-10 21:19:58 UTC (rev 48997)
@@ -56,14 +56,10 @@
        return 0;
 }
 
-/* allow users to override the partition in DT using the cmdline */
-static const char * part_probes[] = { "cmdlinepart", "ofpart", NULL };
-
 static struct platform_nand_data oxnas_nand_data = {
        .chip = {
                .nr_chips               = 1,
                .chip_delay             = 30,
-               .part_probe_types       = part_probes,
        },
        .ctrl = {
                .probe          = oxnas_nand_probe,
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to