diff options
Diffstat (limited to 'arch/arm/mach-omap1/board-h3.c')
-rw-r--r-- | arch/arm/mach-omap1/board-h3.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-omap1/board-h3.c b/arch/arm/mach-omap1/board-h3.c index 9fb03f189d93..108a8640fc6f 100644 --- a/arch/arm/mach-omap1/board-h3.c +++ b/arch/arm/mach-omap1/board-h3.c | |||
@@ -188,8 +188,6 @@ static int nand_dev_ready(struct mtd_info *mtd) | |||
188 | return gpio_get_value(H3_NAND_RB_GPIO_PIN); | 188 | return gpio_get_value(H3_NAND_RB_GPIO_PIN); |
189 | } | 189 | } |
190 | 190 | ||
191 | static const char *part_probes[] = { "cmdlinepart", NULL }; | ||
192 | |||
193 | static struct platform_nand_data nand_platdata = { | 191 | static struct platform_nand_data nand_platdata = { |
194 | .chip = { | 192 | .chip = { |
195 | .nr_chips = 1, | 193 | .nr_chips = 1, |
@@ -197,7 +195,6 @@ static struct platform_nand_data nand_platdata = { | |||
197 | .nr_partitions = ARRAY_SIZE(nand_partitions), | 195 | .nr_partitions = ARRAY_SIZE(nand_partitions), |
198 | .partitions = nand_partitions, | 196 | .partitions = nand_partitions, |
199 | .options = NAND_SAMSUNG_LP_OPTIONS, | 197 | .options = NAND_SAMSUNG_LP_OPTIONS, |
200 | .part_probe_types = part_probes, | ||
201 | }, | 198 | }, |
202 | .ctrl = { | 199 | .ctrl = { |
203 | .cmd_ctrl = omap1_nand_cmd_ctl, | 200 | .cmd_ctrl = omap1_nand_cmd_ctl, |