瀏覽代碼

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>
Mark Brown 14 年之前
父節點
當前提交
a6ee87790b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/cpufreq/s3c64xx-cpufreq.c

+ 1 - 0
drivers/cpufreq/s3c64xx-cpufreq.c

@@ -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;