aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle/governors
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-08-29 17:52:39 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-10-31 19:31:30 -0400
commit884b17e109d61e95ee4c652cf6873341bf1dca63 (patch)
tree3d78863d2c13a61551ecd4fc498645ed2a3a0c95 /drivers/cpuidle/governors
parenti2c: Add module.h to modular files prev. implicitly getting it (diff)
downloadlinux-dev-884b17e109d61e95ee4c652cf6873341bf1dca63.tar.xz
linux-dev-884b17e109d61e95ee4c652cf6873341bf1dca63.zip
cpuidle: Add module.h to drivers/cpuidle files as required.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/cpuidle/governors')
-rw-r--r--drivers/cpuidle/governors/menu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cpuidle/governors/menu.c b/drivers/cpuidle/governors/menu.c
index 3600f1955e48..00275244ce2f 100644
--- a/drivers/cpuidle/governors/menu.c
+++ b/drivers/cpuidle/governors/menu.c
@@ -19,6 +19,7 @@
#include <linux/tick.h>
#include <linux/sched.h>
#include <linux/math64.h>
+#include <linux/module.h>
#define BUCKETS 12
#define INTERVALS 8