cpuidle: ladder.c needs module.h and not just moduleparam.h
[pandora-kernel.git] / drivers / cpuidle / governors / ladder.c
index f62fde2..3b8fce2 100644 (file)
@@ -15,7 +15,7 @@
 #include <linux/kernel.h>
 #include <linux/cpuidle.h>
 #include <linux/pm_qos.h>
-#include <linux/moduleparam.h>
+#include <linux/module.h>
 #include <linux/jiffies.h>
 
 #include <asm/io.h>