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

Commit ea3b05e6 authored by Viresh Kumar's avatar Viresh Kumar Committed by Rafael J. Wysocki
Browse files

ARM: exynos: exynos-cpufreq platform device isn't supported anymore



The driver is removed long back and we don't support this device
anymore. Stop adding it.

Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent f56aad1d
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -232,11 +232,7 @@ static void __init exynos_cpufreq_init(void)
	const struct of_device_id *match;

	match = of_match_node(exynos_cpufreq_matches, root);
	if (!match) {
		platform_device_register_simple("exynos-cpufreq", -1, NULL, 0);
		return;
	}

	if (match)
		platform_device_register_simple(match->data, -1, NULL, 0);
}