summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH Hartley Sweeten2012-03-28 20:14:04 +0200
committerDavid Woodhouse2012-05-14 05:47:09 +0200
commitce4bbeeddb1dfc710554cc69fc21599311975077 (patch)
tree2eb1dcec4be80c31697d529f8f2bd1db91628914
parentmips: Use the plat_nand default partition parser (diff)
downloadkernel-qcow2-linux-ce4bbeeddb1dfc710554cc69fc21599311975077.tar.gz
kernel-qcow2-linux-ce4bbeeddb1dfc710554cc69fc21599311975077.tar.xz
kernel-qcow2-linux-ce4bbeeddb1dfc710554cc69fc21599311975077.zip
sh: Use the plat_nand default partition parser
Use the default partition parser, cmdlinepart, provided by the plat_nand driver. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
-rw-r--r--arch/sh/boards/mach-migor/setup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-migor/setup.c b/arch/sh/boards/mach-migor/setup.c
index ff6f69c6906e..de3e0f670f36 100644
--- a/arch/sh/boards/mach-migor/setup.c
+++ b/arch/sh/boards/mach-migor/setup.c
@@ -187,7 +187,6 @@ static struct platform_nand_data migor_nand_flash_data = {
.partitions = migor_nand_flash_partitions,
.nr_partitions = ARRAY_SIZE(migor_nand_flash_partitions),
.chip_delay = 20,
- .part_probe_types = (const char *[]) { "cmdlinepart", NULL },
},
.ctrl = {
.dev_ready = migor_nand_flash_ready,