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

Signed-off-by: Daniel Golle <[email protected]>
---
 target/linux/oxnas/files/drivers/mtd/nand/oxnas_nand.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/target/linux/oxnas/files/drivers/mtd/nand/oxnas_nand.c 
b/target/linux/oxnas/files/drivers/mtd/nand/oxnas_nand.c
index 9536e51..c96d66b 100644
--- a/target/linux/oxnas/files/drivers/mtd/nand/oxnas_nand.c
+++ b/target/linux/oxnas/files/drivers/mtd/nand/oxnas_nand.c
@@ -56,14 +56,10 @@ static int oxnas_nand_probe(struct platform_device *pdev)
        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,
-- 
2.7.2
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to