aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-m68k/macints.h
diff options
context:
space:
mode:
authorRoman Zippel <zippel@linux-m68k.org>2006-06-25 08:47:04 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-06-25 13:00:58 -0400
commit9c5f4afdfbe72d5d1c814ad7286a4524d00c7b96 (patch)
tree7492a9533010d2016ff90a7372465edebcbb0d20 /include/asm-m68k/macints.h
parent35353bb8b869f3a0a153d0674cdafbe4f64aaa05 (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 'include/asm-m68k/macints.h')
-rw-r--r--include/asm-m68k/macints.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-m68k/macints.h b/include/asm-m68k/macints.h
index c9604f821bd4..679c48ab4407 100644
--- a/include/asm-m68k/macints.h
+++ b/include/asm-m68k/macints.h
@@ -152,7 +152,4 @@
152#define INT_CLK 24576 /* CLK while int_clk =2.456MHz and divide = 100 */ 152#define INT_CLK 24576 /* CLK while int_clk =2.456MHz and divide = 100 */
153#define INT_TICKS 246 /* to make sched_time = 99.902... HZ */ 153#define INT_TICKS 246 /* to make sched_time = 99.902... HZ */
154 154
155extern irq_node_t *mac_irq_list[NUM_MAC_SOURCES];
156extern void mac_do_irq_list(int irq, struct pt_regs *);
157
158#endif /* asm/macints.h */ 155#endif /* asm/macints.h */