From patchwork Fri Jul 1 11:51:15 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: mtd: plat-nand: Fixup kerneldoc for struct platform_nand_chip Date: Fri, 01 Jul 2011 01:51:15 -0000 From: Tobias Klauser X-Patchwork-Id: 102901 Message-Id: <1309521075-18106-1-git-send-email-tklauser@distanz.ch> To: David Woodhouse Cc: Randy Dunlap , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org 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 --- 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 38a2fb6..6060f49 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h @@ -605,8 +605,6 @@ extern int nand_do_read(struct mtd_info *mtd, loff_t from, size_t len, * @options: Option flags, e.g. 16bit buswidth * @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;