From patchwork Thu Jul 29 17:13:06 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [-next] mtd: redwood depends on MTD_PARTITIONS Date: Thu, 29 Jul 2010 07:13:06 -0000 From: Randy Dunlap X-Patchwork-Id: 60287 Message-Id: <20100729101306.36c20611.randy.dunlap@oracle.com> To: Stephen Rothwell , David Woodhouse Cc: linux-next@vger.kernel.org, linux-mtd@lists.infradead.org, LKML From: Randy Dunlap redwood uses add/del_mtd_partitions(), so it should depend on MTD_PARTITIONS. ERROR: "add_mtd_partitions" [drivers/mtd/maps/redwood.ko] undefined! ERROR: "del_mtd_partitions" [drivers/mtd/maps/redwood.ko] undefined! Signed-off-by: Randy Dunlap --- drivers/mtd/maps/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20100729.orig/drivers/mtd/maps/Kconfig +++ linux-next-20100729/drivers/mtd/maps/Kconfig @@ -321,7 +321,7 @@ config MTD_CFI_FLAGADM config MTD_REDWOOD tristate "CFI Flash devices mapped on IBM Redwood" - depends on MTD_CFI + depends on MTD_CFI && MTD_PARTITIONS help This enables access routines for the flash chips on the IBM Redwood board. If you have one of these boards and would like to