Skip to content

Commit

Permalink
cpufreq: Fix build of s3c64xx cpufreq driver for header change
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Brown authored and Paul Gortmaker committed Oct 31, 2011
1 parent 5c720d3 commit a6ee877
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/cpufreq/s3c64xx-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a6ee877

Please sign in to comment.