mtd: nand: omap2: Remove omap_nand_platform_data
[sfrench/cifs-2.6.git] / include / linux / platform_data / mtd-nand-omap2.h
index 17d57a18bac575b94f8aac1a372e642160b0b684..8b8b124e8aea39c5d5d922f9dcd469f66dae4b81 100644 (file)
@@ -66,21 +66,4 @@ struct gpmc_nand_regs {
        /* Deprecated. Do not use */
        void __iomem    *gpmc_status;
 };
-
-struct omap_nand_platform_data {
-       int                     cs;
-       struct mtd_partition    *parts;
-       int                     nr_parts;
-       bool                    flash_bbt;
-       enum nand_io            xfer_type;
-       int                     devsize;
-       enum omap_ecc           ecc_opt;
-
-       struct device_node      *elm_of_node;
-
-       /* deprecated */
-       struct gpmc_nand_regs   reg;
-       struct device_node      *of_node;
-       bool                    dev_ready;
-};
 #endif