diff options
author | Ladislav Michl <ladis@linux-mips.org> | 2017-10-06 13:45:53 +0200 |
---|---|---|
committer | Roger Quadros <rogerq@ti.com> | 2017-10-17 13:46:37 +0200 |
commit | 0d96a4f6a03797b73bee465cada39133b7972e8d (patch) | |
tree | db12a9b6124e460263ba30e2291426139629b689 /include | |
parent | Linux 4.14-rc1 (diff) | |
download | linux-0d96a4f6a03797b73bee465cada39133b7972e8d.tar.xz linux-0d96a4f6a03797b73bee465cada39133b7972e8d.zip |
memory: omap-gpmc: Drop gpmc_status
This field is no longer used, drop it.
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Signed-off-by: Roger Quadros <rogerq@ti.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/platform_data/mtd-nand-omap2.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/platform_data/mtd-nand-omap2.h b/include/linux/platform_data/mtd-nand-omap2.h index 17d57a18bac5..25e267f1970c 100644 --- a/include/linux/platform_data/mtd-nand-omap2.h +++ b/include/linux/platform_data/mtd-nand-omap2.h @@ -63,8 +63,6 @@ struct gpmc_nand_regs { void __iomem *gpmc_bch_result4[GPMC_BCH_NUM_REMAINDER]; void __iomem *gpmc_bch_result5[GPMC_BCH_NUM_REMAINDER]; void __iomem *gpmc_bch_result6[GPMC_BCH_NUM_REMAINDER]; - /* Deprecated. Do not use */ - void __iomem *gpmc_status; }; struct omap_nand_platform_data { |