Re: [PATCH v2] cpufreq: kryo: Add module remove and exit

2018-06-14 Thread Viresh Kumar
On 14-06-18, 22:42, ilia@gmail.com wrote: > From: Ilia Lin > > Add device remove and module exit code to make the driver > functioning as a loadable module. > > Fixes: ac28927659be (cpufreq: kryo: allow building as a loadable module) > Signed-off-by: Ilia Lin > --- > drivers/cpufreq/qcom-c

[PATCH v2] cpufreq: kryo: Add module remove and exit

2018-06-14 Thread ilia . lin
From: Ilia Lin Add device remove and module exit code to make the driver functioning as a loadable module. Fixes: ac28927659be (cpufreq: kryo: allow building as a loadable module) Signed-off-by: Ilia Lin --- drivers/cpufreq/qcom-cpufreq-kryo.c | 23 --- 1 file changed, 20 i