mmc: dw_mmc-pltfm: remove static from dw_mci_pltfm_remove
authorHeiko Stübner <heiko@sntech.de>
Thu, 13 Jun 2013 08:56:23 +0000 (10:56 +0200)
committerChris Ball <cjb@laptop.org>
Fri, 5 Jul 2013 16:46:26 +0000 (12:46 -0400)
dw_mci_pltfm_remove gets exported and used by dw_mmc-exynos, so should
not be static.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
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-pltfm.c

index 2721bd5839cb36b60fdb74d931046162ac806965..19edb0cd0c5ed2c0ba867bd01c4a8ba66aa88e5e 100644 (file)
@@ -65,7 +65,7 @@ static int dw_mci_pltfm_probe(struct platform_device *pdev)
        return dw_mci_pltfm_register(pdev, NULL);
 }
 
-static int dw_mci_pltfm_remove(struct platform_device *pdev)
+int dw_mci_pltfm_remove(struct platform_device *pdev)
 {
        struct dw_mci *host = platform_get_drvdata(pdev);