aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/platform_data/mtd-nand-omap2.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/platform_data/mtd-nand-omap2.h b/include/linux/platform_data/mtd-nand-omap2.h
index 090bbab0130a..a067f581e938 100644
--- a/include/linux/platform_data/mtd-nand-omap2.h
+++ b/include/linux/platform_data/mtd-nand-omap2.h
@@ -75,10 +75,12 @@ struct omap_nand_platform_data {
75 enum nand_io xfer_type; 75 enum nand_io xfer_type;
76 int devsize; 76 int devsize;
77 enum omap_ecc ecc_opt; 77 enum omap_ecc ecc_opt;
78 struct gpmc_nand_regs reg;
79 78
80 /* for passing the partitions */ 79 /* for passing the partitions */
81 struct device_node *of_node; 80 struct device_node *of_node;
82 struct device_node *elm_of_node; 81 struct device_node *elm_of_node;
82
83 /* deprecated */
84 struct gpmc_nand_regs reg;
83}; 85};
84#endif 86#endif