Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 04520817 authored by Heiko Stübner's avatar Heiko Stübner Committed by Chris Ball
Browse files

mmc: dw_mmc-pltfm: remove static from dw_mci_pltfm_remove



dw_mci_pltfm_remove gets exported and used by dw_mmc-exynos, so should
not be static.

Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
Acked-by: default avatarJaehoon Chung <jh80.chung@samsung.com>
Acked-by: default avatarSeungwon Jeon <tgih.jun@samsung.com>
Signed-off-by: default avatarChris Ball <cjb@laptop.org>
parent b04fa064
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);