From 66a3f820cb6a88ef0481e042d4b48b2299deab7e Mon Sep 17 00:00:00 2001 From: Al Viro Date: Fri, 20 Jul 2007 04:33:28 +0100 Subject: m68k: missing __init Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- arch/m68k/mac/macints.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'arch/m68k/mac/macints.c') diff --git a/arch/m68k/mac/macints.c b/arch/m68k/mac/macints.c index 0fc72d8f786..ecddac4a02b 100644 --- a/arch/m68k/mac/macints.c +++ b/arch/m68k/mac/macints.c @@ -114,6 +114,7 @@ * */ +#include #include #include #include @@ -224,7 +225,7 @@ static struct irq_controller mac_irq_controller = { .disable = mac_disable_irq, }; -void mac_init_IRQ(void) +void __init mac_init_IRQ(void) { #ifdef DEBUG_MACINTS printk("mac_init_IRQ(): Setting things up...\n"); @@ -391,6 +392,7 @@ int mac_irq_pending(unsigned int irq) } return 0; } +EXPORT_SYMBOL(mac_irq_pending); static int num_debug[8]; -- cgit v1.2.3-70-g09d2