]> 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>
Thu, 28 Jul 2011 03:43:44 +0000 (23:43 -0400)
commit5e6caf6144ff815cebbd597a4cdb6c12f2caa662
tree8a19a19bdcf18637de9cf1b047df6cb1d2718703
parentdad6dcd7d44790462a3a944b92e62fbe80208dd7
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