On Mon, Nov 25, 2013 at 6:14 PM, Tony Lindgren <[email protected]> wrote:
> This is no longer needed when booted with device tree.
[...]
> static inline void omap_init_cpufreq(void)
> {
> struct platform_device_info devinfo = { };
>
> - if (!of_have_populated_dt())
> - devinfo.name = "omap-cpufreq";
> - else
> - devinfo.name = "cpufreq-cpu0";
> + devinfo.name = "cpufreq-cpu0";
struct platform_device_info devinfo = { .name = "cpufreq-cpu0" };
otherwise, ok with the change.
Thanks and Regards,
Nishanth Menon
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html