diff options
author | Ladislav Michl <ladis@linux-mips.org> | 2017-10-10 14:38:07 +0200 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | 2017-10-14 15:18:17 +0200 |
commit | 086c321ec57bfda5b15f3553e7def33302955852 (patch) | |
tree | 110e5054975285dc708fd1bdc8276c723eb960a1 /include | |
parent | mtd: nand: atmel: Actually use the PM ops (diff) | |
download | linux-086c321ec57bfda5b15f3553e7def33302955852.tar.xz linux-086c321ec57bfda5b15f3553e7def33302955852.zip |
mtd: nand: omap2: Remove omap_nand_platform_data
As driver is now configured using DT, omap_nand_platform_data structure
is no longer needed.
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Acked-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/platform_data/mtd-nand-omap2.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/linux/platform_data/mtd-nand-omap2.h b/include/linux/platform_data/mtd-nand-omap2.h index 17d57a18bac5..8b8b124e8aea 100644 --- a/include/linux/platform_data/mtd-nand-omap2.h +++ b/include/linux/platform_data/mtd-nand-omap2.h @@ -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 |