Message ID | 1323089657-25832-1-git-send-email-hector.oron@gmail.com |
---|---|
State | New |
Headers | show |
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>
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@gmail.com> --- arch/arm/plat-mxc/cpufreq.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)