Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4a1ccb5b authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds
Browse files

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: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent cd436afd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ static void virtual_eisa_release (struct device *dev)
	/* nothing really to do here */
}

static int virtual_eisa_root_init (void)
static int __init virtual_eisa_root_init (void)
{
	int r;