mmc: dw_mmc: exynos: Staticize dw_mci_exynos_pmops
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 4 Mar 2014 05:03:25 +0000 (10:33 +0530)
committerChris Ball <chris@printf.net>
Mon, 12 May 2014 22:04:30 +0000 (18:04 -0400)
'dw_mci_exynos_pmops' is local to this file.

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: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Chris Ball <chris@printf.net>
drivers/mmc/host/dw_mmc-exynos.c

index a67e784b3a9524d299d3044d3e07e380f2670657..0fbc53ac7eae8fb27f60b12575be4cabbe759c15 100644 (file)
@@ -425,7 +425,7 @@ static int dw_mci_exynos_probe(struct platform_device *pdev)
        return dw_mci_pltfm_register(pdev, drv_data);
 }
 
-const struct dev_pm_ops dw_mci_exynos_pmops = {
+static const struct dev_pm_ops dw_mci_exynos_pmops = {
        SET_SYSTEM_SLEEP_PM_OPS(dw_mci_exynos_suspend, dw_mci_exynos_resume)
        .resume_noirq = dw_mci_exynos_resume_noirq,
        .thaw_noirq = dw_mci_exynos_resume_noirq,