as its only called from time_init, which is __init. Also remove unneeded forward declaration.
Signed-off-by: Milton Miller <[EMAIL PROTECTED]> --- Index: kernel/arch/powerpc/kernel/time.c =================================================================== --- kernel.orig/arch/powerpc/kernel/time.c 2007-12-13 17:46:59.000000000 -0600 +++ kernel/arch/powerpc/kernel/time.c 2007-12-13 17:56:37.000000000 -0600 @@ -117,7 +117,6 @@ static struct clock_event_device decreme }; static DEFINE_PER_CPU(struct clock_event_device, decrementers); -void init_decrementer_clockevent(void); static DEFINE_PER_CPU(u64, decrementer_next_tb); #ifdef CONFIG_PPC_ISERIES @@ -836,7 +835,7 @@ static void register_decrementer_clockev clockevents_register_device(dec); } -void init_decrementer_clockevent(void) +static void __init init_decrementer_clockevent(void) { int cpu = smp_processor_id(); _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev