]> 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, 25 Aug 2011 17:55:24 +0000 (13:55 -0400)
commit681ec730fa6965fda5bc6f42e4b5658881e47428
treec90e363d6f3dbd0b73ca11ba0c869f97538fdb52
parentfce9b14fff18f3b7cb490862c980282ce75a2e5e
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