提交 ea3b05e6 编写于 作者: V Viresh Kumar 提交者: Rafael J. Wysocki

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: NViresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: NKrzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
上级 f56aad1d
......@@ -232,12 +232,8 @@ 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;
}
platform_device_register_simple(match->data, -1, NULL, 0);
if (match)
platform_device_register_simple(match->data, -1, NULL, 0);
}
static void __init exynos_dt_machine_init(void)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册