]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cpufreq: Fix build of s3c64xx cpufreq driver for header change
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 29 Jul 2011 15:19:26 +0000 (16:19 +0100)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 11 Aug 2011 21:31:30 +0000 (17:31 -0400)
commita7ebfd72acd2c503b32af2338dc8b095fb623279
tree3e1c63aa89dc09243d27a5011fa62731a878b2b3
parented0338cb6d472658c1e0b8f2d3c37562d18e28ad
cpufreq: Fix build of s3c64xx cpufreq driver for header change

The header change has removed an implicit include of module.h, breaking
the build due to the use of THIS_MODULE. Fix that.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/cpufreq/s3c64xx-cpufreq.c