diff options
Diffstat (limited to 'drivers/ata/ahci_platform.c')
-rw-r--r-- | drivers/ata/ahci_platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/ahci_platform.c b/drivers/ata/ahci_platform.c index 1cc467bdb63d..7a8a2841fe64 100644 --- a/drivers/ata/ahci_platform.c +++ b/drivers/ata/ahci_platform.c | |||
@@ -86,7 +86,7 @@ static struct scsi_host_template ahci_platform_sht = { | |||
86 | AHCI_SHT("ahci_platform"), | 86 | AHCI_SHT("ahci_platform"), |
87 | }; | 87 | }; |
88 | 88 | ||
89 | static int __devinit ahci_probe(struct platform_device *pdev) | 89 | static int ahci_probe(struct platform_device *pdev) |
90 | { | 90 | { |
91 | struct device *dev = &pdev->dev; | 91 | struct device *dev = &pdev->dev; |
92 | struct ahci_platform_data *pdata = dev_get_platdata(dev); | 92 | struct ahci_platform_data *pdata = dev_get_platdata(dev); |