From: Paul Gortmaker Date: Fri, 27 May 2011 17:23:32 +0000 (-0400) Subject: cpufreq: cpufreq_stats.c is a module, and should include module.h X-Git-Tag: next-20111101~6^2~109 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5c720d37bf5c2864cd7e834afff88321d6e4d97d;p=karo-tx-linux.git 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: Paul Gortmaker --- diff --git a/drivers/cpufreq/cpufreq_stats.c b/drivers/cpufreq/cpufreq_stats.c index faf7c5217848..c5072a91e848 100644 --- a/drivers/cpufreq/cpufreq_stats.c +++ b/drivers/cpufreq/cpufreq_stats.c @@ -15,6 +15,7 @@ #include #include #include +#include #include #include #include