From 8183aabf7b9542a8932c50031a4532293553a21b Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Sat, 18 Aug 2012 17:41:35 -0700 Subject: [PATCH] --- yaml --- r: 332715 b: refs/heads/master c: 25806d3cd2d3214225a86ade366364d4d9a911eb h: refs/heads/master i: 332713: 1a4ab73b7cdb09bb91b0fee79b972cde5b00a67f 332711: e76a1e03653014f112f727187dd123badb36c23e v: v3 --- [refs] | 2 +- trunk/include/linux/mtd/nand.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 32553606cc09..306746dcb45d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c51803ddba10d80d9f246066802c6e359cf1d44c +refs/heads/master: 25806d3cd2d3214225a86ade366364d4d9a911eb diff --git a/trunk/include/linux/mtd/nand.h b/trunk/include/linux/mtd/nand.h index 1d90e4f82bcf..6bdad331cee4 100644 --- a/trunk/include/linux/mtd/nand.h +++ b/trunk/include/linux/mtd/nand.h @@ -630,6 +630,7 @@ struct platform_device; * ALE/CLE/nCE. Also used to write command and address * @write_buf: platform specific function for write buffer * @read_buf: platform specific function for read buffer + * @read_byte: platform specific function to read one byte from chip * @priv: private data to transport driver specific settings * * All fields are optional and depend on the hardware driver requirements