[PATCH] irq-flags: SH: Use the new IRQF_ constants
Use the new IRQF_ constants and remove the SA_INTERRUPT define Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Ingo Molnar <mingo@elte.hu> Cc: "David S. Miller" <davem@davemloft.net> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Paul Mundt <lethal@linux-sh.org> Cc: Kazumoto Kojima <kkojima@rr.iij4u.or.jp> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:

committed by
Linus Torvalds

parent
5fb55ae955
commit
6d20819f80
@@ -447,7 +447,7 @@ static int __init pcibios_init(void)
|
||||
PHYSADDR(memory_end) - PHYSADDR(memory_start));
|
||||
|
||||
if (request_irq(ST40PCI_ERR_IRQ, st40_pci_irq,
|
||||
SA_INTERRUPT, "st40pci", NULL)) {
|
||||
IRQF_DISABLED, "st40pci", NULL)) {
|
||||
printk(KERN_ERR "st40pci: Cannot hook interrupt\n");
|
||||
return -EIO;
|
||||
}
|
||||
|
Reference in New Issue
Block a user