* [PATCH 2/8] cpuidle: menu governor and hrtimer compile fix
@ 2007-06-06 20:50 Venki Pallipadi
0 siblings, 0 replies; only message in thread
From: Venki Pallipadi @ 2007-06-06 20:50 UTC (permalink / raw)
To: Len Brown
Cc: Adam Belay, Len Brown, Thomas Gleixner, linux-kernel,
Andrew Morton, Shaohua Li, linux-acpi
Compile fix for menu governor.
Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Index: linux-2.6.22-rc-mm/drivers/cpuidle/governors/menu.c
===================================================================
--- linux-2.6.22-rc-mm.orig/drivers/cpuidle/governors/menu.c 2007-06-01 16:25:49.000000000 -0700
+++ linux-2.6.22-rc-mm/drivers/cpuidle/governors/menu.c 2007-06-05 17:52:33.000000000 -0700
@@ -11,8 +11,8 @@
#include <linux/latency.h>
#include <linux/time.h>
#include <linux/ktime.h>
-#include <linux/tick.h>
#include <linux/hrtimer.h>
+#include <linux/tick.h>
#define BM_HOLDOFF 20000 /* 20 ms */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-06-06 20:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-06 20:50 [PATCH 2/8] cpuidle: menu governor and hrtimer compile fix Venki Pallipadi
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.