mmc: dw_mmc-pltfm: remove static from dw_mci_pltfm_remove

A patch from »mmc: dw_mmc: Add support for Rockchip variant« in state Mainline for linux-kernel

From: Heiko Stuebner <heiko@...> Date: Fri, 31 May 2013 23:59:36 +0200

Commit-Message

dw_mci_pltfm_remove gets exported and used by dw_mmc-exynos, so should not be static. Signed-off-by: Heiko Stuebner <heiko@...> Acked-by: Jaehoon Chung <jh80.chung@...> Acked-by: Seungwon Jeon <tgih.jun@...>

Patch-Comment

drivers/mmc/host/dw_mmc-pltfm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Statistics

  • 1 lines added
  • 1 lines removed

Changes

----------------------- drivers/mmc/host/dw_mmc-pltfm.c ------------------------
index 37873f1..0048da8 100644
@@ -68,7 +68,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);
 
 

Recent Patches

About Us

Sed lacus. Donec lectus. Nullam pretium nibh ut turpis. Nam bibendum. In nulla tortor, elementum vel, tempor at, varius non, purus. Mauris vitae nisl nec metus placerat consectetuer.

Read More...