Re: [PATCH] cpufreq: qoriq depends on thermal

2016-02-26 Thread Rafael J. Wysocki
On Friday, February 26, 2016 08:50:15 PM Viresh Kumar wrote: > On 26-02-16, 13:22, Arnd Bergmann wrote: > > The thermal subsystem can be a loadable module, so the qoriq driver has to > > be > > a module in that case as well in order to call of_cpufreq_cooling_register: > > > > drivers/built-in.o:

Re: [PATCH] cpufreq: qoriq depends on thermal

2016-02-26 Thread Viresh Kumar
On 26-02-16, 13:22, Arnd Bergmann wrote: > The thermal subsystem can be a loadable module, so the qoriq driver has to be > a module in that case as well in order to call of_cpufreq_cooling_register: > > drivers/built-in.o: In function `qoriq_cpufreq_ready': > text+0x1f4548): undefined reference to

[PATCH] cpufreq: qoriq depends on thermal

2016-02-26 Thread Arnd Bergmann
The thermal subsystem can be a loadable module, so the qoriq driver has to be a module in that case as well in order to call of_cpufreq_cooling_register: drivers/built-in.o: In function `qoriq_cpufreq_ready': text+0x1f4548): undefined reference to `of_cpufreq_cooling_register' This adds a depende