diff options
author | Roman Zippel <zippel@linux-m68k.org> | 2006-06-25 08:46:59 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-25 13:00:57 -0400 |
commit | 4facfde9f1d7b8a61fb0017460da45e23e60115c (patch) | |
tree | 00da6c7110b4d19869f65ce0e2da085788112060 /arch/m68k/q40 | |
parent | 92445eaaadc1f03f5a177ecc957bda76bf2ba8d5 (diff) |
[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>
Diffstat (limited to 'arch/m68k/q40')
-rw-r--r-- | arch/m68k/q40/q40ints.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/m68k/q40/q40ints.c b/arch/m68k/q40/q40ints.c index f8ecc2664fe6..b106839ad813 100644 --- a/arch/m68k/q40/q40ints.c +++ b/arch/m68k/q40/q40ints.c | |||
@@ -93,8 +93,8 @@ void q40_init_IRQ (void) | |||
93 | } | 93 | } |
94 | 94 | ||
95 | /* setup handler for ISA ints */ | 95 | /* setup handler for ISA ints */ |
96 | cpu_request_irq(IRQ2, q40_irq2_handler, 0, "q40 ISA and master chip", | 96 | cpu_request_irq(IRQ_AUTO_2, q40_irq2_handler, 0, |
97 | NULL); | 97 | "q40 ISA and master chip", NULL); |
98 | 98 | ||
99 | /* now enable some ints.. */ | 99 | /* now enable some ints.. */ |
100 | master_outb(1,EXT_ENABLE_REG); /* ISA IRQ 5-15 */ | 100 | master_outb(1,EXT_ENABLE_REG); /* ISA IRQ 5-15 */ |