dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Mark Brown 2011-07-29 16:19:26 +01:00 committed by Paul Gortmaker
parent 5c720d37bf
commit a6ee87790b
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#include <linux/clk.h>
#include <linux/err.h>
#include <linux/regulator/consumer.h>
#include <linux/module.h>
static struct clk *armclk;
static struct regulator *vddarm;