[PATCH] ARM: mxc: cpufreq.c: include missing module.h header

Hector Oron hector.oron at gmail.com
Mon Dec 5 07:54:17 EST 2011


  Fixes a fail to build with following message:

     CC [M]  arch/arm/plat-mxc/cpufreq.o
   arch/arm/plat-mxc/cpufreq.c:203:15: error: expected
   declaration specifiers or '...' before string constant
   arch/arm/plat-mxc/cpufreq.c:204:20: error: expected
   declaration specifiers or '...' before string constant
   arch/arm/plat-mxc/cpufreq.c:205:16: error: expected
   declaration specifiers or '...' before string constant

Signed-off-by: Hector Oron <hector.oron at gmail.com>
---
 arch/arm/plat-mxc/cpufreq.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/plat-mxc/cpufreq.c b/arch/arm/plat-mxc/cpufreq.c
index 74aac96..e3073be 100644
--- a/arch/arm/plat-mxc/cpufreq.c
+++ b/arch/arm/plat-mxc/cpufreq.c
@@ -20,6 +20,7 @@
 #include <linux/cpufreq.h>
 #include <linux/clk.h>
 #include <linux/err.h>
+#include <linux/module.h>
 #include <linux/slab.h>
 #include <mach/hardware.h>
 #include <mach/clock.h>
-- 
1.7.7.3




More information about the linux-arm-kernel mailing list