aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/wmt-sdmmc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/host/wmt-sdmmc.c')
-rw-r--r--drivers/mmc/host/wmt-sdmmc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mmc/host/wmt-sdmmc.c b/drivers/mmc/host/wmt-sdmmc.c
index 5ba4605e4f8..154f0e8e931 100644
--- a/drivers/mmc/host/wmt-sdmmc.c
+++ b/drivers/mmc/host/wmt-sdmmc.c
@@ -766,7 +766,7 @@ static struct of_device_id wmt_mci_dt_ids[] = {
766 { /* Sentinel */ }, 766 { /* Sentinel */ },
767}; 767};
768 768
769static int __devinit wmt_mci_probe(struct platform_device *pdev) 769static int wmt_mci_probe(struct platform_device *pdev)
770{ 770{
771 struct mmc_host *mmc; 771 struct mmc_host *mmc;
772 struct wmt_mci_priv *priv; 772 struct wmt_mci_priv *priv;
@@ -892,7 +892,7 @@ fail1:
892 return ret; 892 return ret;
893} 893}
894 894
895static int __devexit wmt_mci_remove(struct platform_device *pdev) 895static int wmt_mci_remove(struct platform_device *pdev)
896{ 896{
897 struct mmc_host *mmc; 897 struct mmc_host *mmc;
898 struct wmt_mci_priv *priv; 898 struct wmt_mci_priv *priv;