aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2017-10-06 13:45:53 +0200
committerRoger Quadros <rogerq@ti.com>2017-10-17 14:46:37 +0300
commit0d96a4f6a03797b73bee465cada39133b7972e8d (patch)
treedb12a9b6124e460263ba30e2291426139629b689 /include/linux/platform_data
parentLinux 4.14-rc1 (diff)
downloadlinux-dev-0d96a4f6a03797b73bee465cada39133b7972e8d.tar.xz
linux-dev-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/linux/platform_data')
-rw-r--r--include/linux/platform_data/mtd-nand-omap2.h2
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 {