[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-id: <000d01cea3b3$2c1b4060$8451c120$%han@samsung.com>
Date: Wed, 28 Aug 2013 14:55:17 +0900
From: Jingoo Han <jg1.han@...sung.com>
To: 'Samuel Ortiz' <sameo@...ux.intel.com>,
'Lee Jones' <lee.jones@...aro.org>
Cc: linux-kernel@...r.kernel.org,
'Laurent Pinchart' <laurent.pinchart+renesas@...asonboard.com>,
'Guennadi Liakhovetski' <g.liakhovetski@....de>,
'Ian Molton' <ian.molton@...labora.co.uk>,
'Chris Ball' <cjb@...top.org>,
'Jingoo Han' <jg1.han@...sung.com>
Subject: [PATCH 5/5] mfd: tmio_core: Remove tmio_core_mmc_pwr()
tmio_core_mmc_pwr() is not called anymore, so remove it.
Signed-off-by: Jingoo Han <jg1.han@...sung.com>
Cc: Laurent Pinchart <laurent.pinchart+renesas@...asonboard.com>
Cc: Guennadi Liakhovetski <g.liakhovetski@....de>
Cc: Ian Molton <ian.molton@...labora.co.uk>
Cc: Chris Ball <cjb@...top.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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists