]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/char/synclinkmp.c
[PATCH] irq-flags: drivers/char: Use the new IRQF_ constants
[mirror_ubuntu-artful-kernel.git] / drivers / char / synclinkmp.c
index ba54df3cf60a6cbcf4222bc30085b9af8edf2763..1e443a233f5102e3eef924ef0cb114e82b6f8f43 100644 (file)
@@ -3835,7 +3835,7 @@ static SLMP_INFO *alloc_dev(int adapter_num, int port_num, struct pci_dev *pdev)
                info->phys_statctrl_base &= ~(PAGE_SIZE-1);
 
                info->bus_type = MGSL_BUS_TYPE_PCI;
-               info->irq_flags = SA_SHIRQ;
+               info->irq_flags = IRQF_SHARED;
 
                init_timer(&info->tx_timer);
                info->tx_timer.data = (unsigned long)info;