Skip to content

Commit

Permalink
[CPUFREQ] s3c64xx: Fix mis-cherry pick of VDDINT
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Brown authored and Dave Jones committed Mar 1, 2012
1 parent 88ebdda commit 7c8fb04
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions drivers/cpufreq/s3c64xx-cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,13 +217,6 @@ static int s3c64xx_cpufreq_driver_init(struct cpufreq_policy *policy)
} else {
s3c64xx_cpufreq_config_regulator();
}

vddint = regulator_get(NULL, "vddint");
if (IS_ERR(vddint)) {
ret = PTR_ERR(vddint);
pr_err("Failed to obtain VDDINT: %d\n", ret);
vddint = NULL;
}
#endif

freq = s3c64xx_freq_table;
Expand Down

0 comments on commit 7c8fb04

Please sign in to comment.