mmc: remove use of __devexit
[linux-2.6-block.git] / drivers / mmc / host / sh_mmcif.c
index 9872b52332f886a87babc2c9614f2bf5c80ae9a4..9b8efac896a88cf35048ec33ca17428c1fc9a4ce 100644 (file)
@@ -1430,7 +1430,7 @@ ealloch:
        return ret;
 }
 
-static int __devexit sh_mmcif_remove(struct platform_device *pdev)
+static int sh_mmcif_remove(struct platform_device *pdev)
 {
        struct sh_mmcif_host *host = platform_get_drvdata(pdev);
        struct sh_mmcif_plat_data *pd = pdev->dev.platform_data;