Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c720d37 authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

cpufreq: cpufreq_stats.c is a module, and should include module.h



So that we can clean up the header files and not be relying
on implicit includes from device.h ---> module.h

Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 70e522a0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
#include <linux/cpu.h>
#include <linux/sysfs.h>
#include <linux/cpufreq.h>
#include <linux/module.h>
#include <linux/jiffies.h>
#include <linux/percpu.h>
#include <linux/kobject.h>