linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sh: mach-rsk: remove unnecessary MTD partition probe specification
@ 2015-05-18 23:24 Brian Norris
  2015-09-30 20:53 ` Brian Norris
  0 siblings, 1 reply; 2+ messages in thread
From: Brian Norris @ 2015-05-18 23:24 UTC (permalink / raw)
  To: linux-sh; +Cc: linux-kernel, linux-mtd, Brian Norris

The cmdlinepart parser is already supported in the default probe.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
---
 arch/sh/boards/mach-rsk/setup.c | 3 ---
 1 file changed, 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 = {
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] sh: mach-rsk: remove unnecessary MTD partition probe specification
  2015-05-18 23:24 [PATCH] sh: mach-rsk: remove unnecessary MTD partition probe specification Brian Norris
@ 2015-09-30 20:53 ` Brian Norris
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Norris @ 2015-09-30 20:53 UTC (permalink / raw)
  To: linux-sh; +Cc: linux-kernel, linux-mtd

On Mon, May 18, 2015 at 04:24:30PM -0700, Brian Norris wrote:
> The cmdlinepart parser is already supported in the default probe.
> 
> Signed-off-by: Brian Norris <computersforpeace@gmail.com>

SuperH is "orphaned", but this patch is trivial. Applied to l2-mtd.git.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-09-30 20:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-18 23:24 [PATCH] sh: mach-rsk: remove unnecessary MTD partition probe specification Brian Norris
2015-09-30 20:53 ` Brian Norris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).