[libata] constify PCI ID table in several drivers
[safe/jmp/linux-2.6] / drivers / scsi / pdc_adma.c
index 78b4ff1..f557f17 100644 (file)
@@ -190,7 +190,7 @@ static struct ata_port_info adma_port_info[] = {
        },
 };
 
-static struct pci_device_id adma_ata_pci_tbl[] = {
+static const struct pci_device_id adma_ata_pci_tbl[] = {
        { PCI_VENDOR_ID_PDC, 0x1841, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
          board_1841_idx },