|
@@ -710,7 +710,7 @@ static int inic_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
|
|
probe_ent->n_ports = NR_PORTS;
|
|
probe_ent->n_ports = NR_PORTS;
|
|
|
|
|
|
probe_ent->irq = pdev->irq;
|
|
probe_ent->irq = pdev->irq;
|
|
- probe_ent->irq_flags = SA_SHIRQ;
|
|
|
|
|
|
+ probe_ent->irq_flags = IRQF_SHARED;
|
|
|
|
|
|
probe_ent->iomap = iomap;
|
|
probe_ent->iomap = iomap;
|
|
|
|
|