[PATCH] Fix vmi time header bug

Some gcc put this function in .init.text because the header didn't
match.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by Zachary Amsden and committed by Linus Torvalds 2cb8a57b b6bc5d71

+1 -1
+1 -1
include/asm-i386/vmi_time.h
··· 54 54 55 55 #ifdef CONFIG_X86_LOCAL_APIC 56 56 extern void __init vmi_timer_setup_boot_alarm(void); 57 - extern void __init vmi_timer_setup_secondary_alarm(void); 57 + extern void __devinit vmi_timer_setup_secondary_alarm(void); 58 58 extern void apic_vmi_timer_interrupt(void); 59 59 #endif 60 60