Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[MTD NAND] Provide prototype for newly-exported nand_wait_ready()

Signed-off-by: David Woodhouse <dwmw2@infradead.org>

+3
+3
include/linux/mtd/nand.h
··· 35 35 /* Free resources held by the NAND device */ 36 36 extern void nand_release (struct mtd_info *mtd); 37 37 38 + /* Internal helper for board drivers which need to override command function */ 39 + extern void nand_wait_ready(struct mtd_info *mtd); 40 + 38 41 /* The maximum number of NAND chips in an array */ 39 42 #define NAND_MAX_CHIPS 8 40 43