]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mtd: nand: nand_bbt: export nand_update_bbt
authorFabio Estevam <fabio.estevam@freescale.com>
Sat, 28 Jul 2012 22:29:25 +0000 (19:29 -0300)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Tue, 28 Aug 2012 12:56:25 +0000 (15:56 +0300)
commit799adb40fcbdcded59688096685329f4a4400896
tree742cddcd7240b09ad1a9dca4dd3684f05132d7b9
parent88b9e2c45297129863e0befc47881b3899402850
mtd: nand: nand_bbt: export nand_update_bbt

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>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
drivers/mtd/nand/nand_bbt.c