]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cpufreq: cpufreq_stats.c is a module, and should include module.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 27 May 2011 17:23:32 +0000 (13:23 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 08:05:50 +0000 (04:05 -0400)
commit5662b2491890f63fc6671803e0dfc2a0231380e6
tree09e0bf2c8d756e90b4ca06a2307cc1227698183f
parentb49a61acbd8ff65fe52225612fa3b2ffa7a8acf1
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 <paul.gortmaker@windriver.com>
drivers/cpufreq/cpufreq_stats.c