diff options
Diffstat (limited to 'arch/arm/mach-omap1/board-fsample.c')
-rw-r--r-- | arch/arm/mach-omap1/board-fsample.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-omap1/board-fsample.c b/arch/arm/mach-omap1/board-fsample.c index 80bd43c7f4ec..62a1e1122c30 100644 --- a/arch/arm/mach-omap1/board-fsample.c +++ b/arch/arm/mach-omap1/board-fsample.c | |||
@@ -206,14 +206,11 @@ static int nand_dev_ready(struct mtd_info *mtd) | |||
206 | return gpio_get_value(FSAMPLE_NAND_RB_GPIO_PIN); | 206 | return gpio_get_value(FSAMPLE_NAND_RB_GPIO_PIN); |
207 | } | 207 | } |
208 | 208 | ||
209 | static const char *part_probes[] = { "cmdlinepart", NULL }; | ||
210 | |||
211 | static struct platform_nand_data nand_data = { | 209 | static struct platform_nand_data nand_data = { |
212 | .chip = { | 210 | .chip = { |
213 | .nr_chips = 1, | 211 | .nr_chips = 1, |
214 | .chip_offset = 0, | 212 | .chip_offset = 0, |
215 | .options = NAND_SAMSUNG_LP_OPTIONS, | 213 | .options = NAND_SAMSUNG_LP_OPTIONS, |
216 | .part_probe_types = part_probes, | ||
217 | }, | 214 | }, |
218 | .ctrl = { | 215 | .ctrl = { |
219 | .cmd_ctrl = nand_cmd_ctl, | 216 | .cmd_ctrl = nand_cmd_ctl, |