public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cpufreq: Fix build of s3c64xx cpufreq driver for header change
@ 2011-07-29 14:26 Mark Brown
  2011-07-29 14:48 ` Dave Jones
  0 siblings, 1 reply; 12+ messages in thread
From: Mark Brown @ 2011-07-29 14:26 UTC (permalink / raw)
  To: Dave Jones; +Cc: linux-kernel, cpufreq, Kukjin Kim, Mark Brown

Some 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>
---
 drivers/cpufreq/s3c64xx-cpufreq.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/cpufreq/s3c64xx-cpufreq.c b/drivers/cpufreq/s3c64xx-cpufreq.c
index b8d1d20..3475f65 100644
--- a/drivers/cpufreq/s3c64xx-cpufreq.c
+++ b/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;
-- 
1.7.5.4


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [PATCH] cpufreq: Fix build of s3c64xx cpufreq driver for header change
@ 2011-07-29 15:19 Mark Brown
  2011-07-30 17:44 ` Paul Gortmaker
  0 siblings, 1 reply; 12+ messages in thread
From: Mark Brown @ 2011-07-29 15:19 UTC (permalink / raw)
  To: Paul Gortmaker; +Cc: Dave Jones, linux-kernel, patches, Mark Brown

Some 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>
---
 drivers/cpufreq/s3c64xx-cpufreq.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/cpufreq/s3c64xx-cpufreq.c b/drivers/cpufreq/s3c64xx-cpufreq.c
index b8d1d20..3475f65 100644
--- a/drivers/cpufreq/s3c64xx-cpufreq.c
+++ b/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;
-- 
1.7.5.4


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-08-03 15:28 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-29 14:26 [PATCH] cpufreq: Fix build of s3c64xx cpufreq driver for header change Mark Brown
2011-07-29 14:48 ` Dave Jones
2011-07-29 15:01   ` Mark Brown
2011-07-29 15:08     ` Dave Jones
2011-07-29 15:13       ` Mark Brown
2011-07-29 15:16         ` Dave Jones
  -- strict thread matches above, loose matches on Subject: below --
2011-07-29 15:19 Mark Brown
2011-07-30 17:44 ` Paul Gortmaker
2011-08-01  0:29   ` Mark Brown
2011-08-02  4:38     ` Paul Gortmaker
2011-08-03  5:35       ` Mark Brown
2011-08-03 15:28         ` Paul Gortmaker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox