diff options
-rw-r--r-- | drivers/ata/ata_piix.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c index 4b99ed0c59b..9c2515f67de 100644 --- a/drivers/ata/ata_piix.c +++ b/drivers/ata/ata_piix.c | |||
@@ -1603,7 +1603,8 @@ static void piix_iocfg_bit18_quirk(struct pci_dev *pdev) | |||
1603 | * Zero on success, or -ERRNO value. | 1603 | * Zero on success, or -ERRNO value. |
1604 | */ | 1604 | */ |
1605 | 1605 | ||
1606 | static int piix_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) | 1606 | static int __devinit piix_init_one(struct pci_dev *pdev, |
1607 | const struct pci_device_id *ent) | ||
1607 | { | 1608 | { |
1608 | static int printed_version; | 1609 | static int printed_version; |
1609 | struct device *dev = &pdev->dev; | 1610 | struct device *dev = &pdev->dev; |