m68k: missing __init
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
@@ -97,7 +97,7 @@ static struct irq_controller sun3_irq_controller = {
|
||||
.disable = sun3_disable_irq,
|
||||
};
|
||||
|
||||
void sun3_init_IRQ(void)
|
||||
void __init sun3_init_IRQ(void)
|
||||
{
|
||||
*sun3_intreg = 1;
|
||||
|
||||
|
Reference in New Issue
Block a user