diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2007-07-19 23:33:28 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-20 11:24:49 -0400 |
commit | 66a3f820cb6a88ef0481e042d4b48b2299deab7e (patch) | |
tree | 70deffd145252ce91a80a951c80db116a02947a2 /arch/m68k/sun3x/prom.c | |
parent | 88f8bb780e13fd31f207e1752ee8624dc786381f (diff) |
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/sun3x/prom.c')
-rw-r--r-- | arch/m68k/sun3x/prom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/sun3x/prom.c b/arch/m68k/sun3x/prom.c index 48f8eb7b1565..a7b7e818d627 100644 --- a/arch/m68k/sun3x/prom.c +++ b/arch/m68k/sun3x/prom.c | |||
@@ -92,7 +92,7 @@ static struct console sun3x_debug = { | |||
92 | .index = -1, | 92 | .index = -1, |
93 | }; | 93 | }; |
94 | 94 | ||
95 | void sun3x_prom_init(void) | 95 | void __init sun3x_prom_init(void) |
96 | { | 96 | { |
97 | /* Read the vector table */ | 97 | /* Read the vector table */ |
98 | 98 | ||