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>
Mon, 31 Oct 2011 23:31:32 +0000 (19:31 -0400)
commita6ee87790b708dc4cdd3643104417793f0d985ec
tree9bf98a9d99f0661112e56a6db0642d3da1b04af5
parent5c720d37bf5c2864cd7e834afff88321d6e4d97d
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