diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-11-12 05:39:35 +0100 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-11-12 05:39:35 +0100 |
commit | f4256e301d9800b1e0276404cb01b3ac85b51067 (patch) | |
tree | 975f56627b78f757608b31684311a24ca1478481 /drivers/scsi/sata_qstor.c | |
parent | Merge branch 'upstream' (diff) | |
parent | Linux v2.6.15-rc1 (diff) | |
download | linux-f4256e301d9800b1e0276404cb01b3ac85b51067.tar.xz linux-f4256e301d9800b1e0276404cb01b3ac85b51067.zip |
Merge branch 'master'
Diffstat (limited to 'drivers/scsi/sata_qstor.c')
-rw-r--r-- | drivers/scsi/sata_qstor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/sata_qstor.c b/drivers/scsi/sata_qstor.c index 0e3468a8b73d..61b17f263d33 100644 --- a/drivers/scsi/sata_qstor.c +++ b/drivers/scsi/sata_qstor.c @@ -184,7 +184,7 @@ static struct ata_port_info qs_port_info[] = { }, }; -static struct pci_device_id qs_ata_pci_tbl[] = { +static const struct pci_device_id qs_ata_pci_tbl[] = { { PCI_VENDOR_ID_PDC, 0x2068, PCI_ANY_ID, PCI_ANY_ID, 0, 0, board_2068_idx }, |