diff options
Diffstat (limited to 'include/linux/mtd/nand.h')
-rw-r--r-- | include/linux/mtd/nand.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h index 2266f032a8c6..0b4cd2fa64aa 100644 --- a/include/linux/mtd/nand.h +++ b/include/linux/mtd/nand.h | |||
@@ -407,7 +407,6 @@ struct nand_chip { | |||
407 | 407 | ||
408 | /** | 408 | /** |
409 | * struct nand_flash_dev - NAND Flash Device ID Structure | 409 | * struct nand_flash_dev - NAND Flash Device ID Structure |
410 | * | ||
411 | * @name: Identify the device type | 410 | * @name: Identify the device type |
412 | * @id: device ID code | 411 | * @id: device ID code |
413 | * @pagesize: Pagesize in bytes. Either 256 or 512 or 0 | 412 | * @pagesize: Pagesize in bytes. Either 256 or 512 or 0 |
@@ -526,7 +525,6 @@ extern int nand_do_read(struct mtd_info *mtd, loff_t from, size_t len, | |||
526 | 525 | ||
527 | /** | 526 | /** |
528 | * struct platform_nand_chip - chip level device structure | 527 | * struct platform_nand_chip - chip level device structure |
529 | * | ||
530 | * @nr_chips: max. number of chips to scan for | 528 | * @nr_chips: max. number of chips to scan for |
531 | * @chip_offset: chip number offset | 529 | * @chip_offset: chip number offset |
532 | * @nr_partitions: number of partitions pointed to by partitions (or zero) | 530 | * @nr_partitions: number of partitions pointed to by partitions (or zero) |
@@ -549,7 +547,6 @@ struct platform_nand_chip { | |||
549 | 547 | ||
550 | /** | 548 | /** |
551 | * struct platform_nand_ctrl - controller level device structure | 549 | * struct platform_nand_ctrl - controller level device structure |
552 | * | ||
553 | * @hwcontrol: platform specific hardware control structure | 550 | * @hwcontrol: platform specific hardware control structure |
554 | * @dev_ready: platform specific function to read ready/busy pin | 551 | * @dev_ready: platform specific function to read ready/busy pin |
555 | * @select_chip: platform specific chip select function | 552 | * @select_chip: platform specific chip select function |