|
@@ -3723,7 +3723,7 @@ static int pciserial_resume_one(struct device *dev)
|
|
|
static SIMPLE_DEV_PM_OPS(pciserial_pm_ops, pciserial_suspend_one,
|
|
|
pciserial_resume_one);
|
|
|
|
|
|
-static struct pci_device_id serial_pci_tbl[] = {
|
|
|
+static const struct pci_device_id serial_pci_tbl[] = {
|
|
|
/* Advantech use PCI_DEVICE_ID_ADVANTECH_PCI3620 (0x3620) as 'PCI_SUBVENDOR_ID' */
|
|
|
{ PCI_VENDOR_ID_ADVANTECH, PCI_DEVICE_ID_ADVANTECH_PCI3620,
|
|
|
PCI_DEVICE_ID_ADVANTECH_PCI3620, 0x0001, 0, 0,
|