diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-11-10 16:04:11 (GMT) |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-11-10 16:04:11 (GMT) |
commit | 3b7d697dfb7d03edb87e50b743a7ecff029618e9 (patch) | |
tree | 89b261a9344f8bfbf2837669ee03ed215a3ae4d6 /drivers/scsi/sata_mv.c | |
parent | f51750d5eab50f0db5396a5ca30d5bafc038c263 (diff) | |
download | linux-3b7d697dfb7d03edb87e50b743a7ecff029618e9.tar.xz |
[libata] constify PCI ID table in several drivers
Diffstat (limited to 'drivers/scsi/sata_mv.c')
-rw-r--r-- | drivers/scsi/sata_mv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/sata_mv.c b/drivers/scsi/sata_mv.c index 93d5523..6cff8ee 100644 --- a/drivers/scsi/sata_mv.c +++ b/drivers/scsi/sata_mv.c @@ -349,7 +349,7 @@ static struct ata_port_info mv_port_info[] = { }, }; -static struct pci_device_id mv_pci_tbl[] = { +static const struct pci_device_id mv_pci_tbl[] = { {PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x5040), 0, 0, chip_504x}, {PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x5041), 0, 0, chip_504x}, {PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x5080), 0, 0, chip_508x}, |