]> Pileus Git - ~andy/linux/blobdiff - arch/arm/mach-omap1/board-fsample.c
Merge remote branch 'wireless-next/master' into ath6kl-next
[~andy/linux] / arch / arm / mach-omap1 / board-fsample.c
index c7364fdbda05370f05a84277cbcf3b494daf897d..6872f3fd400ffd242029b67f8688fda2853b6899 100644 (file)
@@ -192,14 +192,11 @@ static int nand_dev_ready(struct mtd_info *mtd)
        return gpio_get_value(FSAMPLE_NAND_RB_GPIO_PIN);
 }
 
-static const char *part_probes[] = { "cmdlinepart", NULL };
-
 static struct platform_nand_data nand_data = {
        .chip   = {
                .nr_chips               = 1,
                .chip_offset            = 0,
                .options                = NAND_SAMSUNG_LP_OPTIONS,
-               .part_probe_types       = part_probes,
        },
        .ctrl   = {
                .cmd_ctrl       = omap1_nand_cmd_ctl,