diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2007-07-20 07:33:28 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-20 19:24:49 +0400 |
commit | 66a3f820cb6a88ef0481e042d4b48b2299deab7e (patch) | |
tree | 70deffd145252ce91a80a951c80db116a02947a2 /arch/m68k/bvme6000 | |
parent | 88f8bb780e13fd31f207e1752ee8624dc786381f (diff) | |
download | linux-66a3f820cb6a88ef0481e042d4b48b2299deab7e.tar.xz |
m68k: missing __init
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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) * This function is called during kernel startup to initialize * the bvme6000 IRQ handling routines. */ -static void bvme6000_init_IRQ(void) +static void __init bvme6000_init_IRQ(void) { m68k_setup_user_interrupt(VEC_USER, 192, NULL); } |