diff options
Diffstat (limited to 'drivers/mfd/sh_mobile_sdhi.c')
-rw-r--r-- | drivers/mfd/sh_mobile_sdhi.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/mfd/sh_mobile_sdhi.c b/drivers/mfd/sh_mobile_sdhi.c index 0a7df44a93c0..53a63024bf11 100644 --- a/drivers/mfd/sh_mobile_sdhi.c +++ b/drivers/mfd/sh_mobile_sdhi.c | |||
@@ -146,9 +146,7 @@ static int __devinit sh_mobile_sdhi_probe(struct platform_device *pdev) | |||
146 | } | 146 | } |
147 | 147 | ||
148 | memcpy(&priv->cell_mmc, &sh_mobile_sdhi_cell, sizeof(priv->cell_mmc)); | 148 | memcpy(&priv->cell_mmc, &sh_mobile_sdhi_cell, sizeof(priv->cell_mmc)); |
149 | priv->cell_mmc.driver_data = mmc_data; | 149 | priv->cell_mmc.mfd_data = mmc_data; |
150 | priv->cell_mmc.platform_data = &priv->cell_mmc; | ||
151 | priv->cell_mmc.data_size = sizeof(priv->cell_mmc); | ||
152 | 150 | ||
153 | platform_set_drvdata(pdev, priv); | 151 | platform_set_drvdata(pdev, priv); |
154 | 152 | ||