diff options
Diffstat (limited to 'drivers/ide/ppc/pmac.c')
-rw-r--r-- | drivers/ide/ppc/pmac.c | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/drivers/ide/ppc/pmac.c b/drivers/ide/ppc/pmac.c index dac66b851085..182f9a6a8a27 100644 --- a/drivers/ide/ppc/pmac.c +++ b/drivers/ide/ppc/pmac.c | |||
@@ -1421,17 +1421,12 @@ static struct macio_driver pmac_ide_macio_driver = | |||
1421 | .resume = pmac_ide_macio_resume, | 1421 | .resume = pmac_ide_macio_resume, |
1422 | }; | 1422 | }; |
1423 | 1423 | ||
1424 | static struct pci_device_id pmac_ide_pci_match[] = { | 1424 | static const struct pci_device_id pmac_ide_pci_match[] = { |
1425 | { PCI_VENDOR_ID_APPLE, PCI_DEVICE_ID_APPLE_UNI_N_ATA, | 1425 | { PCI_VDEVICE(APPLE, PCI_DEVICE_ID_APPLE_UNI_N_ATA), 0 }, |
1426 | PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, | 1426 | { PCI_VDEVICE(APPLE, PCI_DEVICE_ID_APPLE_IPID_ATA100), 0 }, |
1427 | { PCI_VENDOR_ID_APPLE, PCI_DEVICE_ID_APPLE_IPID_ATA100, | 1427 | { PCI_VDEVICE(APPLE, PCI_DEVICE_ID_APPLE_K2_ATA100), 0 }, |
1428 | PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, | 1428 | { PCI_VDEVICE(APPLE, PCI_DEVICE_ID_APPLE_SH_ATA), 0 }, |
1429 | { PCI_VENDOR_ID_APPLE, PCI_DEVICE_ID_APPLE_K2_ATA100, | 1429 | { PCI_VDEVICE(APPLE, PCI_DEVICE_ID_APPLE_IPID2_ATA), 0 }, |
1430 | PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, | ||
1431 | { PCI_VENDOR_ID_APPLE, PCI_DEVICE_ID_APPLE_SH_ATA, | ||
1432 | PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, | ||
1433 | { PCI_VENDOR_ID_APPLE, PCI_DEVICE_ID_APPLE_IPID2_ATA, | ||
1434 | PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, | ||
1435 | {}, | 1430 | {}, |
1436 | }; | 1431 | }; |
1437 | 1432 | ||