aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh
diff options
context:
space:
mode:
authorBrian Norris <computersforpeace@gmail.com>2015-05-18 16:24:30 -0700
committerBrian Norris <computersforpeace@gmail.com>2015-09-30 13:51:35 -0700
commit99a3b15572499e31bebc70d3d50bc13c0c49cbac (patch)
treec513e903332d20b493111f4304d7459b2de4d3b7 /arch/sh
parentmtd: brcmnand: remove unnecessary fields from brcmnand_soc (diff)
downloadlinux-dev-99a3b15572499e31bebc70d3d50bc13c0c49cbac.tar.xz
linux-dev-99a3b15572499e31bebc70d3d50bc13c0c49cbac.zip
sh: mach-rsk: remove unnecessary MTD partition probe specification
The cmdlinepart parser is already supported in the default probe. Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/boards/mach-rsk/setup.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sh/boards/mach-rsk/setup.c b/arch/sh/boards/mach-rsk/setup.c
index 2685ea03b064..6bc134bd7ec2 100644
--- a/arch/sh/boards/mach-rsk/setup.c
+++ b/arch/sh/boards/mach-rsk/setup.c
@@ -27,8 +27,6 @@ static struct regulator_consumer_supply dummy_supplies[] = {
REGULATOR_SUPPLY("vdd33a", "smsc911x"),
};
-static const char *part_probes[] = { "cmdlinepart", NULL };
-
static struct mtd_partition rsk_partitions[] = {
{
.name = "Bootloader",
@@ -50,7 +48,6 @@ static struct physmap_flash_data flash_data = {
.parts = rsk_partitions,
.nr_parts = ARRAY_SIZE(rsk_partitions),
.width = 2,
- .part_probe_types = part_probes,
};
static struct resource flash_resource = {