diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-11 09:25:54 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-11 09:25:54 -0800 |
commit | d5eebf428ac91ad12d316a391b734670d61480d8 (patch) | |
tree | 2cf868d1e29714250697f03f5da1ac3a5934178c /drivers/scsi/pdc_adma.c | |
parent | 5643f000c1e10ab991182478b76550e1364c3570 (diff) | |
parent | e99f8b5efe78110e4af10f35ebf11feeef8f43b6 (diff) |
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev
Diffstat (limited to 'drivers/scsi/pdc_adma.c')
-rw-r--r-- | drivers/scsi/pdc_adma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/pdc_adma.c b/drivers/scsi/pdc_adma.c index 78b4ff117af..f557f17ca00 100644 --- a/drivers/scsi/pdc_adma.c +++ b/drivers/scsi/pdc_adma.c @@ -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 }, |