|
@@ -150,7 +150,7 @@
|
|
|
static int isicom_probe(struct pci_dev *, const struct pci_device_id *);
|
|
|
static void isicom_remove(struct pci_dev *);
|
|
|
|
|
|
-static struct pci_device_id isicom_pci_tbl[] = {
|
|
|
+static const struct pci_device_id isicom_pci_tbl[] = {
|
|
|
{ PCI_DEVICE(VENDOR_ID, 0x2028) },
|
|
|
{ PCI_DEVICE(VENDOR_ID, 0x2051) },
|
|
|
{ PCI_DEVICE(VENDOR_ID, 0x2052) },
|