From d5cee99735f7b371a65e098507b74704972128c3 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Mon, 25 Sep 2006 21:58:50 +0100 Subject: [PATCH] --- yaml --- r: 37920 b: refs/heads/master c: b77d95c78fb0ec330cd53e0d297ffa4fd2975e32 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/mtd/nand.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index fd4b2391c5dd..ea426aff0e70 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9663265626fd683faa3f7a994bb6db073581807e +refs/heads/master: b77d95c78fb0ec330cd53e0d297ffa4fd2975e32 diff --git a/trunk/include/linux/mtd/nand.h b/trunk/include/linux/mtd/nand.h index 2bcbcc896835..70420bbae82b 100644 --- a/trunk/include/linux/mtd/nand.h +++ b/trunk/include/linux/mtd/nand.h @@ -35,6 +35,9 @@ extern int nand_scan_tail(struct mtd_info *mtd); /* Free resources held by the NAND device */ extern void nand_release (struct mtd_info *mtd); +/* Internal helper for board drivers which need to override command function */ +extern void nand_wait_ready(struct mtd_info *mtd); + /* The maximum number of NAND chips in an array */ #define NAND_MAX_CHIPS 8