aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/pxamci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/host/pxamci.c')
-rw-r--r--drivers/mmc/host/pxamci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mmc/host/pxamci.c b/drivers/mmc/host/pxamci.c
index 3f9d6d577a91..2b2f65ada22e 100644
--- a/drivers/mmc/host/pxamci.c
+++ b/drivers/mmc/host/pxamci.c
@@ -584,7 +584,7 @@ static const struct of_device_id pxa_mmc_dt_ids[] = {
584 584
585MODULE_DEVICE_TABLE(of, pxa_mmc_dt_ids); 585MODULE_DEVICE_TABLE(of, pxa_mmc_dt_ids);
586 586
587static int __devinit pxamci_of_init(struct platform_device *pdev) 587static int pxamci_of_init(struct platform_device *pdev)
588{ 588{
589 struct device_node *np = pdev->dev.of_node; 589 struct device_node *np = pdev->dev.of_node;
590 struct pxamci_platform_data *pdata; 590 struct pxamci_platform_data *pdata;
@@ -614,7 +614,7 @@ static int __devinit pxamci_of_init(struct platform_device *pdev)
614 return 0; 614 return 0;
615} 615}
616#else 616#else
617static int __devinit pxamci_of_init(struct platform_device *pdev) 617static int pxamci_of_init(struct platform_device *pdev)
618{ 618{
619 return 0; 619 return 0;
620} 620}