public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* compilation error in linus git tree
@ 2009-03-30 16:01 Peter Teoh
  2009-03-30 16:16 ` Frederic Weisbecker
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Teoh @ 2009-03-30 16:01 UTC (permalink / raw)
  To: LKML

just git pulled and compiled with the following errors:

  CC [M]  arch/x86/kernel/cpu/cpufreq/speedstep-lib.o
  CC [M]  arch/x86/kernel/cpu/cpufreq/p4-clockmod.o
arch/x86/kernel/cpu/cpufreq/p4-clockmod.c: In function ‘cpufreq_p4_cpu_init’:
arch/x86/kernel/cpu/cpufreq/p4-clockmod.c:232: error: implicit
declaration of function ‘recalibrate_cpu_khz’
make[3]: *** [arch/x86/kernel/cpu/cpufreq/p4-clockmod.o] Error 1
make[2]: *** [arch/x86/kernel/cpu/cpufreq] Error 2
make[1]: *** [arch/x86/kernel/cpu] Error 2
make: *** [arch/x86/kernel] Error 2

not sure where is the best place to put this, but the error is resolved via

extern int recalibrate_cpu_khz(void);

inside the file:

arch/x86/kernel/cpu/cpufreq/p4-clockmod.c

thanks.

-- 
Regards,
Peter Teoh

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-03-31  6:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-30 16:01 compilation error in linus git tree Peter Teoh
2009-03-30 16:16 ` Frederic Weisbecker
2009-03-31  6:32   ` Peter Teoh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox