All of lore.kernel.org
 help / color / mirror / Atom feed
* [CPUFREQ] Fix implicit declarations in ondemand.
@ 2006-07-05  9:22 Dave Jones
  2006-07-05  9:36 ` Andrew Morton
  0 siblings, 1 reply; 8+ messages in thread
From: Dave Jones @ 2006-07-05  9:22 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, Linux Kernel

drivers/cpufreq/cpufreq_ondemand.c: In function ‘dbs_check_cpu’:
drivers/cpufreq/cpufreq_ondemand.c:238: error: implicit declaration of function ‘jiffies64_to_cputime64’
drivers/cpufreq/cpufreq_ondemand.c:239: error: implicit declaration of function ‘cputime64_sub’

Signed-off-by: Dave Jones <davej@redhat.com>

--- linux-2.6/drivers/cpufreq/cpufreq_ondemand.c~	2006-07-05 05:19:26.000000000 -0400
+++ linux-2.6/drivers/cpufreq/cpufreq_ondemand.c	2006-07-05 05:20:01.000000000 -0400
@@ -18,6 +18,7 @@
 #include <linux/jiffies.h>
 #include <linux/kernel_stat.h>
 #include <linux/mutex.h>
+#include <asm/cputime.h>
 
 /*
  * dbs is used in this file as a shortform for demandbased switching

-- 
http://www.codemonkey.org.uk

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

end of thread, other threads:[~2006-07-05 23:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-05  9:22 [CPUFREQ] Fix implicit declarations in ondemand Dave Jones
2006-07-05  9:36 ` Andrew Morton
2006-07-05  9:42   ` Dave Jones
2006-07-05  9:43   ` David Woodhouse
2006-07-05  9:46     ` Dave Jones
2006-07-05  9:57       ` Andrew Morton
2006-07-05 10:24         ` David Woodhouse
2006-07-05 23:09           ` Paul Mackerras

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.