]> 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, 25 Aug 2011 17:55:25 +0000 (13:55 -0400)
commitdad02c501dd8932f2fdd553b9e04f59ef3712973
treec9655803a31cf2eba99758b86974fde733e64cfc
parent681ec730fa6965fda5bc6f42e4b5658881e47428
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