summaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle/governors
diff options
context:
space:
mode:
authorPaul Gortmaker2011-08-29 23:52:39 +0200
committerPaul Gortmaker2011-11-01 00:31:30 +0100
commit884b17e109d61e95ee4c652cf6873341bf1dca63 (patch)
tree3d78863d2c13a61551ecd4fc498645ed2a3a0c95 /drivers/cpuidle/governors
parenti2c: Add module.h to modular files prev. implicitly getting it (diff)
downloadkernel-qcow2-linux-884b17e109d61e95ee4c652cf6873341bf1dca63.tar.gz
kernel-qcow2-linux-884b17e109d61e95ee4c652cf6873341bf1dca63.tar.xz
kernel-qcow2-linux-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