summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx6/pm.c
diff options
context:
space:
mode:
authorRanjani Vaidyanathan <ra5478@freescale.com>2011-08-30 16:23:52 -0500
committerJason Liu <r64343@freescale.com>2012-01-09 20:23:33 +0800
commit584273efcc2965f3d518e4ab9daa0be7ca26d304 (patch)
treeeac35ae08a7ba769691820756b2a89a19cd75cbd /arch/arm/mach-mx6/pm.c
parent6ee413e13e80220a6225c4539d1fa3c49ef06595 (diff)
ENGR00155715: MX6: Fix warnings is clock and cpufreq code.
Fixed warnings in clocks and cpufreq code. Signed-off-by: Ranjani Vaidyanathan <ra5478@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx6/pm.c')
-rw-r--r--arch/arm/mach-mx6/pm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-mx6/pm.c b/arch/arm/mach-mx6/pm.c
index ac5ede9dd1f8..362d026fcb49 100644
--- a/arch/arm/mach-mx6/pm.c
+++ b/arch/arm/mach-mx6/pm.c
@@ -61,7 +61,6 @@ static struct clk *cpu_clk;
static struct pm_platform_data *pm_data;
#if defined(CONFIG_CPU_FREQ)
-static int org_freq;
extern int set_cpu_freq(int wp);
#endif
extern void mx6q_suspend(suspend_state_t state);