diff options
Diffstat (limited to 'arch/mips/alchemy/devboards/db1300.c')
-rw-r--r-- | arch/mips/alchemy/devboards/db1300.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/alchemy/devboards/db1300.c b/arch/mips/alchemy/devboards/db1300.c index 0893f2af0d01..c56e0246694e 100644 --- a/arch/mips/alchemy/devboards/db1300.c +++ b/arch/mips/alchemy/devboards/db1300.c | |||
@@ -145,8 +145,6 @@ static int au1300_nand_device_ready(struct mtd_info *mtd) | |||
145 | return __raw_readl((void __iomem *)MEM_STSTAT) & 1; | 145 | return __raw_readl((void __iomem *)MEM_STSTAT) & 1; |
146 | } | 146 | } |
147 | 147 | ||
148 | static const char *db1300_part_probes[] = { "cmdlinepart", NULL }; | ||
149 | |||
150 | static struct mtd_partition db1300_nand_parts[] = { | 148 | static struct mtd_partition db1300_nand_parts[] = { |
151 | { | 149 | { |
152 | .name = "NAND FS 0", | 150 | .name = "NAND FS 0", |
@@ -167,7 +165,6 @@ struct platform_nand_data db1300_nand_platdata = { | |||
167 | .nr_partitions = ARRAY_SIZE(db1300_nand_parts), | 165 | .nr_partitions = ARRAY_SIZE(db1300_nand_parts), |
168 | .partitions = db1300_nand_parts, | 166 | .partitions = db1300_nand_parts, |
169 | .chip_delay = 20, | 167 | .chip_delay = 20, |
170 | .part_probe_types = db1300_part_probes, | ||
171 | }, | 168 | }, |
172 | .ctrl = { | 169 | .ctrl = { |
173 | .dev_ready = au1300_nand_device_ready, | 170 | .dev_ready = au1300_nand_device_ready, |