[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

@@ -95,7 +95,7 @@ static void piix_set_dmamode (struct ata_port *ap, struct ata_device *adev);
static unsigned int in_module_init = 1;
static struct pci_device_id piix_pci_tbl[] = {
static const struct pci_device_id piix_pci_tbl[] = {
#ifdef ATA_ENABLE_PATA
{ 0x8086, 0x7111, PCI_ANY_ID, PCI_ANY_ID, 0, 0, piix4_pata },
{ 0x8086, 0x24db, PCI_ANY_ID, PCI_ANY_ID, 0, 0, ich5_pata },