diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-01-23 05:51:51 -0500 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2012-02-29 22:24:38 -0500 |
commit | 7c8fb0411766849a332575673d0cc69ea571f031 (patch) | |
tree | c3b6f486d566fe061a0210a88e0d7664c41c1eb0 /drivers/cpufreq | |
parent | 88ebdda6159ffc15699f204c33feb3e431bf9bdc (diff) |
[CPUFREQ] s3c64xx: Fix mis-cherry pick of VDDINT
We don't have any of the other code for VDDINT, including the variable
declaration, so don't try to get it as we can't build.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'drivers/cpufreq')
-rw-r--r-- | drivers/cpufreq/s3c64xx-cpufreq.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/cpufreq/s3c64xx-cpufreq.c b/drivers/cpufreq/s3c64xx-cpufreq.c index a5e72cb5f53c..6f9490b3c356 100644 --- a/drivers/cpufreq/s3c64xx-cpufreq.c +++ b/drivers/cpufreq/s3c64xx-cpufreq.c | |||
@@ -217,13 +217,6 @@ static int s3c64xx_cpufreq_driver_init(struct cpufreq_policy *policy) | |||
217 | } else { | 217 | } else { |
218 | s3c64xx_cpufreq_config_regulator(); | 218 | s3c64xx_cpufreq_config_regulator(); |
219 | } | 219 | } |
220 | |||
221 | vddint = regulator_get(NULL, "vddint"); | ||
222 | if (IS_ERR(vddint)) { | ||
223 | ret = PTR_ERR(vddint); | ||
224 | pr_err("Failed to obtain VDDINT: %d\n", ret); | ||
225 | vddint = NULL; | ||
226 | } | ||
227 | #endif | 220 | #endif |
228 | 221 | ||
229 | freq = s3c64xx_freq_table; | 222 | freq = s3c64xx_freq_table; |