public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] mmc: dw_mmc: Make dw_mci_exynos_probe static
@ 2013-02-18  8:53 Sachin Kamat
  2013-02-18  8:53 ` [PATCH 2/2] mmc: dw_mmc: exynos: Remove unnecessary use of of_match_ptr() Sachin Kamat
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Sachin Kamat @ 2013-02-18  8:53 UTC (permalink / raw)
  To: linux-mmc; +Cc: cjb, jh80.chung, sachin.kamat, patches, tgih.jun

Silences the following sparse warning:
drivers/mmc/host/dw_mmc-exynos.c:218:5: warning:
symbol 'dw_mci_exynos_probe' was not declared. Should it be static?

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 drivers/mmc/host/dw_mmc-exynos.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mmc/host/dw_mmc-exynos.c b/drivers/mmc/host/dw_mmc-exynos.c
index 72fd0f2..5a09c77 100644
--- a/drivers/mmc/host/dw_mmc-exynos.c
+++ b/drivers/mmc/host/dw_mmc-exynos.c
@@ -215,7 +215,7 @@ static const struct of_device_id dw_mci_exynos_match[] = {
 };
 MODULE_DEVICE_TABLE(of, dw_mci_exynos_match);
 
-int dw_mci_exynos_probe(struct platform_device *pdev)
+static int dw_mci_exynos_probe(struct platform_device *pdev)
 {
 	const struct dw_mci_drv_data *drv_data;
 	const struct of_device_id *match;
-- 
1.7.4.1


^ permalink raw reply related	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2013-03-22 16:54 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-18  8:53 [PATCH 1/2] mmc: dw_mmc: Make dw_mci_exynos_probe static Sachin Kamat
2013-02-18  8:53 ` [PATCH 2/2] mmc: dw_mmc: exynos: Remove unnecessary use of of_match_ptr() Sachin Kamat
2013-03-13  4:32   ` Jaehoon Chung
2013-03-13 14:17   ` Seungwon Jeon
2013-03-13 15:35     ` Sachin Kamat
2013-03-20 15:31       ` Sachin Kamat
2013-03-22 16:54     ` Chris Ball
2013-02-18  9:41 ` [PATCH 1/2] mmc: dw_mmc: Make dw_mci_exynos_probe static Jaehoon Chung
2013-02-18 10:51   ` Seungwon Jeon
2013-03-04  4:36     ` Sachin Kamat
2013-03-12  9:22       ` Sachin Kamat
2013-03-12 13:03 ` Chris Ball
2013-03-12 14:52   ` Sachin Kamat
2013-03-12 15:00     ` Chris Ball
2013-03-12 15:04       ` Sachin Kamat
2013-03-13  4:20         ` Jaehoon Chung
2013-03-13  4:25           ` Sachin Kamat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox