diff options
Diffstat (limited to 'drivers/macintosh/macio_asic.c')
-rw-r--r-- | drivers/macintosh/macio_asic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/macintosh/macio_asic.c b/drivers/macintosh/macio_asic.c index 20e5c2cda430..ef87310b7662 100644 --- a/drivers/macintosh/macio_asic.c +++ b/drivers/macintosh/macio_asic.c | |||
@@ -748,7 +748,7 @@ static void __devexit macio_pci_remove(struct pci_dev* pdev) | |||
748 | * MacIO is matched against any Apple ID, it's probe() function | 748 | * MacIO is matched against any Apple ID, it's probe() function |
749 | * will then decide wether it applies or not | 749 | * will then decide wether it applies or not |
750 | */ | 750 | */ |
751 | static const struct pci_device_id __devinitdata pci_ids [] = { { | 751 | static const struct pci_device_id __devinitconst pci_ids[] = { { |
752 | .vendor = PCI_VENDOR_ID_APPLE, | 752 | .vendor = PCI_VENDOR_ID_APPLE, |
753 | .device = PCI_ANY_ID, | 753 | .device = PCI_ANY_ID, |
754 | .subvendor = PCI_ANY_ID, | 754 | .subvendor = PCI_ANY_ID, |