From: Fabio Estevam <festevam@gmail.com>
To: Artem.Bityutskiy@linux.intel.com
Cc: Fabio Estevam <fabio.estevam@freescale.com>,
b32955@freescale.com, linux-mtd@lists.infradead.org,
marex.vasut@denx.de, kernel@pengutronix.de, shawn.guo@linaro.org,
dwmw2@infradead.org
Subject: [PATCH 1/2] nand: nand_bbt: Export nand_update_bbt
Date: Sat, 28 Jul 2012 19:30:16 -0300 [thread overview]
Message-ID: <1343514616-9019-2-git-send-email-festevam@gmail.com> (raw)
In-Reply-To: <1343514616-9019-1-git-send-email-festevam@gmail.com>
From: Fabio Estevam <fabio.estevam@freescale.com>
When building MTD_NAND_GPMI_NAND as module, the following error shows up:
ERROR: "nand_update_bbt" [drivers/mtd/nand/gpmi-nand/gpmi_nand.ko] undefined!
Export nand_update_bbt to fix it.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
drivers/mtd/nand/nand_bbt.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/mtd/nand/nand_bbt.c b/drivers/mtd/nand/nand_bbt.c
index 2d1d2fa..f4b6417 100644
--- a/drivers/mtd/nand/nand_bbt.c
+++ b/drivers/mtd/nand/nand_bbt.c
@@ -1403,3 +1403,4 @@ int nand_isbad_bbt(struct mtd_info *mtd, loff_t offs, int allowbbt)
EXPORT_SYMBOL(nand_scan_bbt);
EXPORT_SYMBOL(nand_default_bbt);
+EXPORT_SYMBOL(nand_update_bbt);
--
1.7.1
next prev parent reply other threads:[~2012-07-28 22:30 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-28 22:30 [PATCH 2/2] nand: Kconfig: Allow MTD_NAND_GPMI_NAND to be built as module Fabio Estevam
2012-07-28 22:30 ` Fabio Estevam [this message]
2012-08-14 22:50 ` [PATCH 1/2] nand: nand_bbt: Export nand_update_bbt Fabio Estevam
2012-08-15 12:59 ` Artem Bityutskiy
-- strict thread matches above, loose matches on Subject: below --
2012-07-28 22:29 [PATCH] nand: Kconfig: Allow MTD_NAND_GPMI_NAND to be built as module Fabio Estevam
2012-07-28 22:29 ` [PATCH 1/2] nand: nand_bbt: Export nand_update_bbt Fabio Estevam
2012-08-23 15:08 ` Artem Bityutskiy
2012-08-23 15:36 ` Huang Shijie
2012-08-24 6:41 ` Artem Bityutskiy
2012-08-24 10:35 ` Huang Shijie
2012-08-24 10:35 ` Huang Shijie
2012-08-24 22:57 ` Brian Norris
2012-08-26 13:05 ` Huang Shijie
2012-08-27 15:25 ` Artem Bityutskiy
2012-08-28 2:19 ` Huang Shijie
2012-08-28 13:02 ` Artem Bityutskiy
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=1343514616-9019-2-git-send-email-festevam@gmail.com \
--to=festevam@gmail.com \
--cc=Artem.Bityutskiy@linux.intel.com \
--cc=b32955@freescale.com \
--cc=dwmw2@infradead.org \
--cc=fabio.estevam@freescale.com \
--cc=kernel@pengutronix.de \
--cc=linux-mtd@lists.infradead.org \
--cc=marex.vasut@denx.de \
--cc=shawn.guo@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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;
as well as URLs for NNTP newsgroup(s).