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

Commit 2236d252 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

enable_IR_x2apic() needs to be __init



calls __init, called only from __init

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent ad04d31e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1315,7 +1315,7 @@ void enable_x2apic(void)
	}
}

void enable_IR_x2apic(void)
void __init enable_IR_x2apic(void)
{
#ifdef CONFIG_INTR_REMAP
	int ret;