[libata] constify PCI ID table in several drivers

This commit is contained in:
Jeff Garzik
2005-11-10 11:04:11 -05:00
parent f51750d5ea
commit 3b7d697dfb
15 changed files with 15 additions and 15 deletions

View File

@@ -255,7 +255,7 @@ static struct ata_port_info ahci_port_info[] = {
},
};
static struct pci_device_id ahci_pci_tbl[] = {
static const struct pci_device_id ahci_pci_tbl[] = {
{ PCI_VENDOR_ID_INTEL, 0x2652, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
board_ahci }, /* ICH6 */
{ PCI_VENDOR_ID_INTEL, 0x2653, PCI_ANY_ID, PCI_ANY_ID, 0, 0,