tmio_core_mmc_pwr() is not called anymore, so remove it. Signed-off-by: Jingoo Han <jg1....@samsung.com> Cc: Laurent Pinchart <laurent.pinchart+rene...@ideasonboard.com> Cc: Guennadi Liakhovetski <g.liakhovet...@gmx.de> Cc: Ian Molton <ian.mol...@collabora.co.uk> Cc: Chris Ball <c...@laptop.org> --- drivers/mfd/tmio_core.c | 6 ------ 1 file changed, 6 deletions(-)
diff --git a/drivers/mfd/tmio_core.c b/drivers/mfd/tmio_core.c index 83af78c..1a28c85 100644 --- a/drivers/mfd/tmio_core.c +++ b/drivers/mfd/tmio_core.c @@ -39,12 +39,6 @@ int tmio_core_mmc_resume(void __iomem *cnf, int shift, unsigned long base) } EXPORT_SYMBOL(tmio_core_mmc_resume); -void tmio_core_mmc_pwr(void __iomem *cnf, int shift, int state) -{ - sd_config_write8(cnf, shift, CNF_PWR_CTL_2, state ? 0x02 : 0x00); -} -EXPORT_SYMBOL(tmio_core_mmc_pwr); - void tmio_core_mmc_clk_div(void __iomem *cnf, int shift, int state) { sd_config_write8(cnf, shift, CNF_SD_CLK_MODE, state ? 1 : 0); -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/