aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/s3cmci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/host/s3cmci.c')
-rw-r--r--drivers/mmc/host/s3cmci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/s3cmci.c b/drivers/mmc/host/s3cmci.c
index 4638ddab97b8..a5fe5b243680 100644
--- a/drivers/mmc/host/s3cmci.c
+++ b/drivers/mmc/host/s3cmci.c
@@ -1906,7 +1906,7 @@ static struct platform_driver s3cmci_driver = {
1906 }, 1906 },
1907 .id_table = s3cmci_driver_ids, 1907 .id_table = s3cmci_driver_ids,
1908 .probe = s3cmci_probe, 1908 .probe = s3cmci_probe,
1909 .remove = __devexit_p(s3cmci_remove), 1909 .remove = s3cmci_remove,
1910 .shutdown = s3cmci_shutdown, 1910 .shutdown = s3cmci_shutdown,
1911}; 1911};
1912 1912