Commit 2cb8a57b authored by Zachary Amsden's avatar Zachary Amsden Committed by Linus Torvalds

[PATCH] Fix vmi time header bug

Some gcc put this function in .init.text because the header didn't
match.
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent b6bc5d71
......@@ -54,7 +54,7 @@ extern unsigned long vmi_cpu_khz(void);
#ifdef CONFIG_X86_LOCAL_APIC
extern void __init vmi_timer_setup_boot_alarm(void);
extern void __init vmi_timer_setup_secondary_alarm(void);
extern void __devinit vmi_timer_setup_secondary_alarm(void);
extern void apic_vmi_timer_interrupt(void);
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment