diff options
Diffstat (limited to 'drivers/mmc/host/mvsdio.c')
-rw-r--r-- | drivers/mmc/host/mvsdio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/mvsdio.c b/drivers/mmc/host/mvsdio.c index 8960fc846c77..d08fe6ae9bf8 100644 --- a/drivers/mmc/host/mvsdio.c +++ b/drivers/mmc/host/mvsdio.c | |||
@@ -827,7 +827,6 @@ static int __exit mvsd_remove(struct platform_device *pdev) | |||
827 | clk_disable_unprepare(host->clk); | 827 | clk_disable_unprepare(host->clk); |
828 | mmc_free_host(mmc); | 828 | mmc_free_host(mmc); |
829 | 829 | ||
830 | platform_set_drvdata(pdev, NULL); | ||
831 | return 0; | 830 | return 0; |
832 | } | 831 | } |
833 | 832 | ||