]> 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>
Sun, 31 Jul 2011 08:05:51 +0000 (04:05 -0400)
commit25c5896738f666808088bdaac2671fa3d6ea0f2b
tree7bdbaea6fbce4db031c64396817175ab55bd2000
parent5662b2491890f63fc6671803e0dfc2a0231380e6
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