[libata] constify PCI ID table in several drivers
This commit is contained in:
@@ -193,7 +193,7 @@ static struct ata_port_info pdc_port_info[] = {
|
||||
},
|
||||
};
|
||||
|
||||
static struct pci_device_id pdc_ata_pci_tbl[] = {
|
||||
static const struct pci_device_id pdc_ata_pci_tbl[] = {
|
||||
{ PCI_VENDOR_ID_PROMISE, 0x3371, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
|
||||
board_2037x },
|
||||
{ PCI_VENDOR_ID_PROMISE, 0x3570, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
|
||||
|
Reference in New Issue
Block a user