|
@@ -110,7 +110,7 @@ typedef struct _diva_os_thread_dpc {
|
|
/*
|
|
/*
|
|
This table should be sorted by PCI device ID
|
|
This table should be sorted by PCI device ID
|
|
*/
|
|
*/
|
|
-static struct pci_device_id divas_pci_tbl[] = {
|
|
|
|
|
|
+static const struct pci_device_id divas_pci_tbl[] = {
|
|
/* Diva Server BRI-2M PCI 0xE010 */
|
|
/* Diva Server BRI-2M PCI 0xE010 */
|
|
{ PCI_VDEVICE(EICON, PCI_DEVICE_ID_EICON_MAESTRA),
|
|
{ PCI_VDEVICE(EICON, PCI_DEVICE_ID_EICON_MAESTRA),
|
|
CARDTYPE_MAESTRA_PCI },
|
|
CARDTYPE_MAESTRA_PCI },
|