cpufreq: mediatek: allow modular build

Viresh Kumar viresh.kumar at linaro.org
Fri Sep 11 01:38:06 PDT 2015


On 11-09-15, 10:36, Arnd Bergmann wrote:
> I don't consider that a bug: a module with just an init function and
> no exit function can be loaded once and never unloaded, which is not
> nice for debugging, but is otherwise fully functional.

For me, there are two essential things that a module has to support:
- hotplug, which is just fine.
- hot-unplug, which will pass as well, but without freeing resources..

:)

-- 
viresh



More information about the linux-arm-kernel mailing list