aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mtd
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mtd')
-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 4a43ffc535c9..0f239e714219 100644
--- a/include/linux/mtd/nand.h
+++ b/include/linux/mtd/nand.h
@@ -619,8 +619,6 @@ struct platform_nand_chip {
619 unsigned int options; 619 unsigned int options;
620 unsigned int bbt_options; 620 unsigned int bbt_options;
621 const char **part_probe_types; 621 const char **part_probe_types;
622 void (*set_parts)(uint64_t size, struct platform_nand_chip *chip);
623 void *priv;
624}; 622};
625 623
626/* Keep gcc happy */ 624/* Keep gcc happy */