[PATCH] m68k: cleanup generic irq names
Rename IRQ1..IRQ7 to IRQ_AUTO_1..IRQ_AUTO_7 and remove the duplicate defintions. Signed-off-by: Roman Zippel <zippel@linux-m68k.org> 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
92445eaaad
commit
4facfde9f1
@@ -93,8 +93,8 @@ void q40_init_IRQ (void)
|
||||
}
|
||||
|
||||
/* setup handler for ISA ints */
|
||||
cpu_request_irq(IRQ2, q40_irq2_handler, 0, "q40 ISA and master chip",
|
||||
NULL);
|
||||
cpu_request_irq(IRQ_AUTO_2, q40_irq2_handler, 0,
|
||||
"q40 ISA and master chip", NULL);
|
||||
|
||||
/* now enable some ints.. */
|
||||
master_outb(1,EXT_ENABLE_REG); /* ISA IRQ 5-15 */
|
||||
|
Reference in New Issue
Block a user