diff options
author | Roman Zippel <zippel@linux-m68k.org> | 2006-06-25 08:47:04 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-25 13:00:58 -0400 |
commit | 9c5f4afdfbe72d5d1c814ad7286a4524d00c7b96 (patch) | |
tree | 7492a9533010d2016ff90a7372465edebcbb0d20 /arch/m68k/mac/config.c | |
parent | 35353bb8b869f3a0a153d0674cdafbe4f64aaa05 (diff) |
[PATCH] m68k: convert mac irq code
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/mac/config.c')
-rw-r--r-- | arch/m68k/mac/config.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/m68k/mac/config.c b/arch/m68k/mac/config.c index 7e04f2a695c0..5a9990e436bb 100644 --- a/arch/m68k/mac/config.c +++ b/arch/m68k/mac/config.c | |||
@@ -169,12 +169,7 @@ void __init config_mac(void) | |||
169 | 169 | ||
170 | mach_sched_init = mac_sched_init; | 170 | mach_sched_init = mac_sched_init; |
171 | mach_init_IRQ = mac_init_IRQ; | 171 | mach_init_IRQ = mac_init_IRQ; |
172 | mach_request_irq = mac_request_irq; | ||
173 | mach_free_irq = mac_free_irq; | ||
174 | enable_irq = mac_enable_irq; | ||
175 | disable_irq = mac_disable_irq; | ||
176 | mach_get_model = mac_get_model; | 172 | mach_get_model = mac_get_model; |
177 | mach_get_irq_list = show_mac_interrupts; | ||
178 | mach_gettimeoffset = mac_gettimeoffset; | 173 | mach_gettimeoffset = mac_gettimeoffset; |
179 | #warning move to adb/via init | 174 | #warning move to adb/via init |
180 | #if 0 | 175 | #if 0 |