diff options
author | Ladislav Michl <ladis@linux-mips.org> | 2017-10-25 20:42:57 +0200 |
---|---|---|
committer | Roger Quadros <rogerq@ti.com> | 2017-11-03 14:06:11 +0100 |
commit | a622c641665c32a879348efb2abc389527479ee4 (patch) | |
tree | 0bed96b4efb9a82e19bb52c0b984f7493daf5aca /include | |
parent | memory: omap-gpmc: Drop gpmc_status (diff) | |
download | linux-a622c641665c32a879348efb2abc389527479ee4.tar.xz linux-a622c641665c32a879348efb2abc389527479ee4.zip |
memory: omap-gpmc: Remove deprecated gpmc_update_nand_reg()
Deprecated gpmc_update_nand_reg() is no longer used, remove.
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/omap-gpmc.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/linux/omap-gpmc.h b/include/linux/omap-gpmc.h index fd0de00c0d77..edfa280c3d56 100644 --- a/include/linux/omap-gpmc.h +++ b/include/linux/omap-gpmc.h @@ -36,18 +36,6 @@ static inline struct gpmc_nand_ops *gpmc_omap_get_nand_ops(struct gpmc_nand_regs } #endif /* CONFIG_OMAP_GPMC */ -/*--------------------------------*/ - -/* deprecated APIs */ -#if IS_ENABLED(CONFIG_OMAP_GPMC) -void gpmc_update_nand_reg(struct gpmc_nand_regs *reg, int cs); -#else -static inline void gpmc_update_nand_reg(struct gpmc_nand_regs *reg, int cs) -{ -} -#endif /* CONFIG_OMAP_GPMC */ -/*--------------------------------*/ - extern int gpmc_calc_timings(struct gpmc_timings *gpmc_t, struct gpmc_settings *gpmc_s, struct gpmc_device_timings *dev_t); |