mtd: plat-nand: Fixup kerneldoc for struct platform_nand_chip
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Mon Nov 7 11:59:25 EST 2011
Gitweb: http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=b4ca74738ab6c9ed8190b06cd7bf785dc98c640e
Commit: b4ca74738ab6c9ed8190b06cd7bf785dc98c640e
Parent: a751d3155dee38cb2a8e46d8cf3fa6998b2f3239
Author: Tobias Klauser <tklauser at distanz.ch>
AuthorDate: Fri Jul 1 13:51:15 2011 +0200
Committer: Artem Bityutskiy <artem.bityutskiy at intel.com>
CommitDate: Sun Sep 11 15:02:14 2011 +0300
mtd: plat-nand: Fixup kerneldoc for struct platform_nand_chip
The set_parts and priv members of struct platform_nand_chip where
removed in commit c36a6ef3845262ade529afb9f458738b1f196f83 but the
kerneldoc wasn't updated.
Signed-off-by: Tobias Klauser <tklauser at distanz.ch>
Signed-off-by: Artem Bityutskiy <dedekind1 at gmail.com>
---
include/linux/mtd/nand.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h
index 877fbbd..6d56968 100644
--- a/include/linux/mtd/nand.h
+++ b/include/linux/mtd/nand.h
@@ -606,8 +606,6 @@ extern int nand_do_read(struct mtd_info *mtd, loff_t from, size_t len,
* @bbt_options: BBT option flags, e.g. NAND_BBT_USE_FLASH
* @ecclayout: ECC layout info structure
* @part_probe_types: NULL-terminated array of probe types
- * @set_parts: platform specific function to set partitions
- * @priv: hardware controller specific settings
*/
struct platform_nand_chip {
int nr_chips;
More information about the linux-mtd-cvs
mailing list