[PATCH 2/8] cpuidle: menu governor and hrtimer compile fix
From: Venki Pallipadi
Date: Wed Jun 06 2007 - 16:54:32 EST
Compile fix for menu governor.
Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@xxxxxxxxx>
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 */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/