diff options
Diffstat (limited to 'arch/m68k/bvme6000')
-rw-r--r-- | arch/m68k/bvme6000/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/bvme6000/config.c b/arch/m68k/bvme6000/config.c index 896ae3d3d919..9433a88a33c4 100644 --- a/arch/m68k/bvme6000/config.c +++ b/arch/m68k/bvme6000/config.c | |||
@@ -97,7 +97,7 @@ static int bvme6000_get_hardware_list(char *buffer) | |||
97 | * This function is called during kernel startup to initialize | 97 | * This function is called during kernel startup to initialize |
98 | * the bvme6000 IRQ handling routines. | 98 | * the bvme6000 IRQ handling routines. |
99 | */ | 99 | */ |
100 | static void bvme6000_init_IRQ(void) | 100 | static void __init bvme6000_init_IRQ(void) |
101 | { | 101 | { |
102 | m68k_setup_user_interrupt(VEC_USER, 192, NULL); | 102 | m68k_setup_user_interrupt(VEC_USER, 192, NULL); |
103 | } | 103 | } |