mmc: dw_mmc: Make dw_mci_exynos_probe static
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 18 Feb 2013 08:53:08 +0000 (14:23 +0530)
committerChris Ball <cjb@laptop.org>
Tue, 12 Mar 2013 11:48:36 +0000 (07:48 -0400)
commit9665f7f234d095fc7c28c70df819a3f7b6a7b4e8
treeb3fa8f37b3b94acb241bc54fc7704c124273613e
parent5ebf2552493228ec875ea45f6ba8a816cca3744a
mmc: dw_mmc: Make dw_mci_exynos_probe static

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>
Acked-by: Jaehoon Chung <jh80.chung@samsung.com>
Acked-by: Seungwon Jeon <tgih.jun@samsung.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/dw_mmc-exynos.c