Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c8fb041 authored by Mark Brown's avatar Mark Brown Committed by Dave Jones
Browse files

[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: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 88ebdda6
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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;