mmc: remove use of __devinit
[firefly-linux-kernel-4.4.55.git] / drivers / mmc / host / bfin_sdh.c
index 156ebe7d6fd0160bb0cf469796f0d252b17a2fa4..4ef3901451b4caac462a3750882d2df732f6e66c 100644 (file)
@@ -522,7 +522,7 @@ static void sdh_reset(void)
        SSYNC();
 }
 
-static int __devinit sdh_probe(struct platform_device *pdev)
+static int sdh_probe(struct platform_device *pdev)
 {
        struct mmc_host *mmc;
        struct sdh_host *host;