Skip to content

Commit

Permalink
mmc: dw_mmc-pltfm: remove static from dw_mci_pltfm_remove
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Heiko Stübner authored and Chris Ball committed Jul 5, 2013
1 parent b04fa06 commit 0452081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mmc/host/dw_mmc-pltfm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 0452081

Please sign in to comment.