cpufreq: mediatek: allow modular build

Viresh Kumar viresh.kumar at linaro.org
Fri Sep 11 01:25:36 PDT 2015


On 11-09-15, 10:22, Arnd Bergmann wrote:
> In my approach, I decided to allow the driver to be a module, as that
> seems nicer for multi_v7_defconfig, but I now see that there are
> several other drivers that can only be built-in, so if we decided to
> make that the general strategy we should change them all.

And we need to do that with a proper module_exit() function, otherwise
we are really adding a BUG. Which you just did with your patch :)

-- 
viresh



More information about the linux-arm-kernel mailing list