OSDN Git Service

mtd: nand: Export nand_reset() symbol
authorBoris Brezillon <boris.brezillon@free-electrons.com>
Thu, 5 Oct 2017 16:53:19 +0000 (18:53 +0200)
committerBoris Brezillon <boris.brezillon@free-electrons.com>
Sat, 14 Oct 2017 13:15:10 +0000 (15:15 +0200)
commitb9bb98424c51437973b854691aa1e9b2bfd348f5
treed94dba2050b51519e875e43f6dac33a90e2ec7ea
parentfc256f5789cbb58bb5aa308a781be46a270bcd98
mtd: nand: Export nand_reset() symbol

Commit 6e532afaca8e ("mtd: nand: atmel: Add PM ops") started to use the
nand_reset() function which was not yet exported by the NAND framework
(because it was only used internally before that). Export this symbol
to avoid build errors when the driver is enabled as a module.

Fixes: 6e532afaca8e ("mtd: nand: atmel: Add PM ops")
Cc: <stable@vger.kernel.org>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
drivers/mtd/nand/nand_base.c