diff options
-rw-r--r-- | drivers/cpufreq/omap-cpufreq.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/cpufreq/omap-cpufreq.c b/drivers/cpufreq/omap-cpufreq.c index eecb0961c6b3..8f778b9dbb46 100644 --- a/drivers/cpufreq/omap-cpufreq.c +++ b/drivers/cpufreq/omap-cpufreq.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * CPU frequency scaling for OMAP | 2 | * CPU frequency scaling for OMAP using OPP information |
3 | * | 3 | * |
4 | * Copyright (C) 2005 Nokia Corporation | 4 | * Copyright (C) 2005 Nokia Corporation |
5 | * Written by Tony Lindgren <tony@atomide.com> | 5 | * Written by Tony Lindgren <tony@atomide.com> |
@@ -198,7 +198,6 @@ static int __cpuinit omap_cpu_init(struct cpufreq_policy *policy) | |||
198 | 198 | ||
199 | static int omap_cpu_exit(struct cpufreq_policy *policy) | 199 | static int omap_cpu_exit(struct cpufreq_policy *policy) |
200 | { | 200 | { |
201 | clk_exit_cpufreq_table(&freq_table); | ||
202 | clk_put(mpu_clk); | 201 | clk_put(mpu_clk); |
203 | return 0; | 202 | return 0; |
204 | } | 203 | } |