Commit 884b17e1 authored by Paul Gortmaker's avatar Paul Gortmaker

cpuidle: Add module.h to drivers/cpuidle files as required.

Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 93cf5d75
......@@ -17,6 +17,7 @@
#include <linux/cpuidle.h>
#include <linux/ktime.h>
#include <linux/hrtimer.h>
#include <linux/module.h>
#include <trace/events/power.h>
#include "cpuidle.h"
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment