mmc: remove use of __devinit
[linux-2.6-block.git] / drivers / mmc / host / atmel-mci.c
index ddf096e3803f4b0c8a5bf0b19aa0ca9ec215e336..5248ba4369a3e2123c8854ee2677ce303301bf4e 100644 (file)
@@ -511,7 +511,7 @@ static const struct of_device_id atmci_dt_ids[] = {
 
 MODULE_DEVICE_TABLE(of, atmci_dt_ids);
 
-static struct mci_platform_data __devinit*
+static struct mci_platform_data*
 atmci_of_init(struct platform_device *pdev)
 {
        struct device_node *np = pdev->dev.of_node;