diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2007-05-08 03:26:02 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-08 14:15:02 -0400 |
commit | 4a1ccb5b1eff949a90ab830869cb23d6609c3d5f (patch) | |
tree | 185cc6fdcdfc92cd8e8c7f48ffef1a4097568a21 /drivers/eisa | |
parent | cd436afd6ef36d2c31d216e0e6e6c6c35fa13907 (diff) |
virtual_eisa_root_init() should be __init
WARNING: vmlinux - Section mismatch: reference to
.init.text:eisa_root_register from .text between 'virtual_eisa_root_init' (at
offset 0xc026b80f) and 'cpufreq_debug_disable_ratelimit'
Cc: Dave Jones <davej@codemonkey.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/eisa')
-rw-r--r-- | drivers/eisa/virtual_root.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/eisa/virtual_root.c b/drivers/eisa/virtual_root.c index 9b4fcac03ad5..3074879f231f 100644 --- a/drivers/eisa/virtual_root.c +++ b/drivers/eisa/virtual_root.c | |||
@@ -47,7 +47,7 @@ static void virtual_eisa_release (struct device *dev) | |||
47 | /* nothing really to do here */ | 47 | /* nothing really to do here */ |
48 | } | 48 | } |
49 | 49 | ||
50 | static int virtual_eisa_root_init (void) | 50 | static int __init virtual_eisa_root_init (void) |
51 | { | 51 | { |
52 | int r; | 52 | int r; |
53 | 53 | ||