uio: Remove IRQF_DISABLED from uio_sercos3.c
Remove IRQF_DISABLED since it is deprecated and a no-op in the current kernel. Signed-off-by: Hans J. Koch <hjk@linutronix.de> Acked-by: John Ogness <john.ogness@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Родитель
5685ad5b29
Коммит
62c867791f
|
@ -154,7 +154,7 @@ static int __devinit sercos3_pci_probe(struct pci_dev *dev,
|
|||
info->name = "Sercos_III_PCI";
|
||||
info->version = "0.0.1";
|
||||
info->irq = dev->irq;
|
||||
info->irq_flags = IRQF_DISABLED | IRQF_SHARED;
|
||||
info->irq_flags = IRQF_SHARED;
|
||||
info->handler = sercos3_handler;
|
||||
info->irqcontrol = sercos3_irqcontrol;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче