[libata] constify PCI ID table in several drivers
[deliverable/linux.git] / drivers / scsi / sata_nv.c
index 37a4fae95ed4ffe738dd5412ca240f6506d6eafa..4954896dfdb9bb5026fa7401fd436f5d74014e81 100644 (file)
@@ -137,7 +137,7 @@ enum nv_host_type
        CK804
 };
 
-static struct pci_device_id nv_pci_tbl[] = {
+static const struct pci_device_id nv_pci_tbl[] = {
        { PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE2S_SATA,
                PCI_ANY_ID, PCI_ANY_ID, 0, 0, NFORCE2 },
        { PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE3S_SATA,
This page took 0.050036 seconds and 5 git commands to generate.