|
@@ -60,8 +60,6 @@ static struct platform_device ixdp425_flash = {
|
|
|
#if defined(CONFIG_MTD_NAND_PLATFORM) || \
|
|
|
defined(CONFIG_MTD_NAND_PLATFORM_MODULE)
|
|
|
|
|
|
-const char *part_probes[] = { "cmdlinepart", NULL };
|
|
|
-
|
|
|
static struct mtd_partition ixdp425_partitions[] = {
|
|
|
{
|
|
|
.name = "ixp400 NAND FS 0",
|
|
@@ -101,7 +99,6 @@ static struct platform_nand_data ixdp425_flash_nand_data = {
|
|
|
.nr_chips = 1,
|
|
|
.chip_delay = 30,
|
|
|
.options = NAND_NO_AUTOINCR,
|
|
|
- .part_probe_types = part_probes,
|
|
|
.partitions = ixdp425_partitions,
|
|
|
.nr_partitions = ARRAY_SIZE(ixdp425_partitions),
|
|
|
},
|