]> git.baikalelectronics.ru Git - kernel.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)
commitf9f979fb4c4402f0236e8a293e906380a63541cf
tree33f489a48616cbc066ffa65a0de2c0122fe0b415
parentb648f9b7ee40ec93f28b1c069db768a17b240182
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