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 4c19f4c06851..94858dc8c840 100644 --- a/arch/arm/mach-omap1/board-h3.c +++ b/arch/arm/mach-omap1/board-h3.c | |||
@@ -202,8 +202,6 @@ static int nand_dev_ready(struct mtd_info *mtd) | |||
202 | return gpio_get_value(H3_NAND_RB_GPIO_PIN); | 202 | return gpio_get_value(H3_NAND_RB_GPIO_PIN); |
203 | } | 203 | } |
204 | 204 | ||
205 | static const char *part_probes[] = { "cmdlinepart", NULL }; | ||
206 | |||
207 | static struct platform_nand_data nand_platdata = { | 205 | static struct platform_nand_data nand_platdata = { |
208 | .chip = { | 206 | .chip = { |
209 | .nr_chips = 1, | 207 | .nr_chips = 1, |
@@ -211,7 +209,6 @@ static struct platform_nand_data nand_platdata = { | |||
211 | .nr_partitions = ARRAY_SIZE(nand_partitions), | 209 | .nr_partitions = ARRAY_SIZE(nand_partitions), |
212 | .partitions = nand_partitions, | 210 | .partitions = nand_partitions, |
213 | .options = NAND_SAMSUNG_LP_OPTIONS, | 211 | .options = NAND_SAMSUNG_LP_OPTIONS, |
214 | .part_probe_types = part_probes, | ||
215 | }, | 212 | }, |
216 | .ctrl = { | 213 | .ctrl = { |
217 | .cmd_ctrl = nand_cmd_ctl, | 214 | .cmd_ctrl = nand_cmd_ctl, |