aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/mvme147/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/mvme147/config.c')
-rw-r--r--arch/m68k/mvme147/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/mvme147/config.c b/arch/m68k/mvme147/config.c
index 4a7df9c3f85a..92fe50714112 100644
--- a/arch/m68k/mvme147/config.c
+++ b/arch/m68k/mvme147/config.c
@@ -89,7 +89,7 @@ static int mvme147_get_hardware_list(char *buffer)
89 * the mvme147 IRQ handling routines. 89 * the mvme147 IRQ handling routines.
90 */ 90 */
91 91
92void mvme147_init_IRQ(void) 92void __init mvme147_init_IRQ(void)
93{ 93{
94 m68k_setup_user_interrupt(VEC_USER, 192, NULL); 94 m68k_setup_user_interrupt(VEC_USER, 192, NULL);
95} 95}