All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] mtd-make-onenand-genericc-more-generic-fix.patch removed from -mm tree
@ 2009-09-08 21:26 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2009-09-08 21:26 UTC (permalink / raw)
  To: lethal, damm, dwmw2, kmpark, randy.dunlap, tony, mm-commits


The patch titled
     mtd: onenand: select MTD_PARTITIONS
has been removed from the -mm tree.  Its filename was
     mtd-make-onenand-genericc-more-generic-fix.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: mtd: onenand: select MTD_PARTITIONS
From: Paul Mundt <lethal@linux-sh.org>

All of the onenand drivers depend on mtd partition support being compiled
in, so just select it.  Fixes up build breakage:

drivers/built-in.o: In function `generic_onenand_remove':
generic.c:(.devexit.text+0x80): undefined reference to `del_mtd_partitions'

Reported-by: Randy Dunlap <randy.dunlap@oracle.com>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Cc: Magnus Damm <damm@igel.co.jp>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: Tony Lindgren <tony@atomide.com>
Cc: Kyungmin Park <kmpark@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/mtd/onenand/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/mtd/onenand/Kconfig~mtd-make-onenand-genericc-more-generic-fix drivers/mtd/onenand/Kconfig
--- a/drivers/mtd/onenand/Kconfig~mtd-make-onenand-genericc-more-generic-fix
+++ a/drivers/mtd/onenand/Kconfig
@@ -5,6 +5,7 @@
 menuconfig MTD_ONENAND
 	tristate "OneNAND Device Support"
 	depends on MTD
+	select MTD_PARTITIONS
 	help
 	  This enables support for accessing all type of OneNAND flash
 	  devices. For further information see
@@ -65,7 +66,6 @@ config MTD_ONENAND_2X_PROGRAM
 
 config MTD_ONENAND_SIM
 	tristate "OneNAND simulator support"
-	depends on MTD_PARTITIONS
 	help
 	  The simulator may simulate various OneNAND flash chips for the
 	  OneNAND MTD layer.
_

Patches currently in -mm which might be from lethal@linux-sh.org are

linux-next.patch
mtd-make-onenand-genericc-more-generic.patch
arches-drop-superfluous-casts-in-nr_free_pages-callers.patch
mmc-make-the-configuration-memory-resource-optional.patch
tmio_mmc-optionally-support-using-platform-clock.patch
sh-switch-migo-r-to-use-the-tmio-mmc-driver-instead-of-spi.patch
fdpic-ignore-the-loaders-pt_gnu_stack-when-calculating-the-stack-size.patch
flat-use-is_err_value-helper-macro.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-09-08 21:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-08 21:26 [merged] mtd-make-onenand-genericc-more-generic-fix.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.