diff options
Diffstat (limited to 'include/linux/platform_data/mtd-nand-omap2.h')
-rw-r--r-- | include/linux/platform_data/mtd-nand-omap2.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/platform_data/mtd-nand-omap2.h b/include/linux/platform_data/mtd-nand-omap2.h index a067f581e938..ff27e5a77e03 100644 --- a/include/linux/platform_data/mtd-nand-omap2.h +++ b/include/linux/platform_data/mtd-nand-omap2.h | |||
@@ -76,11 +76,10 @@ struct omap_nand_platform_data { | |||
76 | int devsize; | 76 | int devsize; |
77 | enum omap_ecc ecc_opt; | 77 | enum omap_ecc ecc_opt; |
78 | 78 | ||
79 | /* for passing the partitions */ | ||
80 | struct device_node *of_node; | ||
81 | struct device_node *elm_of_node; | 79 | struct device_node *elm_of_node; |
82 | 80 | ||
83 | /* deprecated */ | 81 | /* deprecated */ |
84 | struct gpmc_nand_regs reg; | 82 | struct gpmc_nand_regs reg; |
83 | struct device_node *of_node; | ||
85 | }; | 84 | }; |
86 | #endif | 85 | #endif |