From: Zachary Amsden Date: Mon, 12 Mar 2007 22:58:08 +0000 (-0800) Subject: [PATCH] Fix vmi time header bug X-Git-Tag: v2.6.21-rc4~44 X-Git-Url: http://bbs.cooldavid.org/git/?a=commitdiff_plain;h=2cb8a57b9851805883dfe92cf5d88a726134a384;p=net-next-2.6.git [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 --- diff --git a/include/asm-i386/vmi_time.h b/include/asm-i386/vmi_time.h index 94d0a12a411..c3a1fcf66c9 100644 --- a/include/asm-i386/vmi_time.h +++ b/include/asm-i386/vmi_time.h @@ -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