]> git.kernelconcepts.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>
Mon, 31 Oct 2011 23:31:31 +0000 (19:31 -0400)
commit5c720d37bf5c2864cd7e834afff88321d6e4d97d
tree33f489a48616cbc066ffa65a0de2c0122fe0b415
parent70e522a02838e52ca007d3f183171fd9324eceb4
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