aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mtd/nand.h
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2011-07-01 07:51:15 -0400
committerArtem Bityutskiy <artem.bityutskiy@intel.com>2011-09-11 08:02:14 -0400
commitb4ca74738ab6c9ed8190b06cd7bf785dc98c640e (patch)
tree0ffd9453c299112bbcce5256563b1e5a284d3335 /include/linux/mtd/nand.h
parenta751d3155dee38cb2a8e46d8cf3fa6998b2f3239 (diff)
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@distanz.ch> Signed-off-by: Artem Bityutskiy <dedekind1@gmail.com>
Diffstat (limited to 'include/linux/mtd/nand.h')
-rw-r--r--include/linux/mtd/nand.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h
index 877fbbda02cd..6d5696876b3f 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,
606 * @bbt_options: BBT option flags, e.g. NAND_BBT_USE_FLASH 606 * @bbt_options: BBT option flags, e.g. NAND_BBT_USE_FLASH
607 * @ecclayout: ECC layout info structure 607 * @ecclayout: ECC layout info structure
608 * @part_probe_types: NULL-terminated array of probe types 608 * @part_probe_types: NULL-terminated array of probe types
609 * @set_parts: platform specific function to set partitions
610 * @priv: hardware controller specific settings
611 */ 609 */
612struct platform_nand_chip { 610struct platform_nand_chip {
613 int nr_chips; 611 int nr_chips;