From: Randy Dunlap <randy.dunlap@oracle•com>
To: Stephen Rothwell <sfr@canb•auug.org.au>,
David Woodhouse <dwmw2@infradead•org>
Cc: linux-next@vger•kernel.org, LKML <linux-kernel@vger•kernel.org>,
linux-mtd@lists•infradead.org
Subject: [PATCH -next] mtd: redwood depends on MTD_PARTITIONS
Date: Thu, 29 Jul 2010 10:13:06 -0700 [thread overview]
Message-ID: <20100729101306.36c20611.randy.dunlap@oracle.com> (raw)
In-Reply-To: <20100729143211.9e7edaed.sfr@canb.auug.org.au>
From: Randy Dunlap <randy.dunlap@oracle•com>
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 <randy.dunlap@oracle•com>
---
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
next prev parent reply other threads:[~2010-07-29 17:14 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-29 4:32 linux-next: Tree for July 29 Stephen Rothwell
2010-07-29 17:13 ` Randy Dunlap [this message]
2010-07-29 17:14 ` [PATCH -next] net: ks8842 depends on DMA_ENGINE Randy Dunlap
2010-07-31 5:10 ` David Miller
2010-07-29 17:16 ` [PATCH -next] scsi: be2iscsi needs ISCSI_BOOT_SYSFS Randy Dunlap
2010-07-29 19:34 ` Konrad Rzeszutek Wilk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100729101306.36c20611.randy.dunlap@oracle.com \
--to=randy.dunlap@oracle$(echo .)com \
--cc=dwmw2@infradead$(echo .)org \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-mtd@lists$(echo .)infradead.org \
--cc=linux-next@vger$(echo .)kernel.org \
--cc=sfr@canb$(echo .)auug.org.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox