aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data/mtd-nand-omap2.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/platform_data/mtd-nand-omap2.h')
-rw-r--r--include/linux/platform_data/mtd-nand-omap2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/platform_data/mtd-nand-omap2.h b/include/linux/platform_data/mtd-nand-omap2.h
index 7f6de5377f80..17d57a18bac5 100644
--- a/include/linux/platform_data/mtd-nand-omap2.h
+++ b/include/linux/platform_data/mtd-nand-omap2.h
@@ -71,7 +71,6 @@ struct omap_nand_platform_data {
71 int cs; 71 int cs;
72 struct mtd_partition *parts; 72 struct mtd_partition *parts;
73 int nr_parts; 73 int nr_parts;
74 bool dev_ready;
75 bool flash_bbt; 74 bool flash_bbt;
76 enum nand_io xfer_type; 75 enum nand_io xfer_type;
77 int devsize; 76 int devsize;
@@ -82,5 +81,6 @@ struct omap_nand_platform_data {
82 /* deprecated */ 81 /* deprecated */
83 struct gpmc_nand_regs reg; 82 struct gpmc_nand_regs reg;
84 struct device_node *of_node; 83 struct device_node *of_node;
84 bool dev_ready;
85}; 85};
86#endif 86#endif