Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62c86779 authored by Hans J. Koch's avatar Hans J. Koch Committed by Greg Kroah-Hartman
Browse files

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: default avatarHans J. Koch <hjk@linutronix.de>
Acked-by: default avatarJohn Ogness <john.ogness@linutronix.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 5685ad5b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;