commit | e5f1b245870d59be0e6cc3b33edf5406a3b59648 | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <daniel.lezcano@linaro.org> | Wed Oct 05 09:33:12 2016 +0200 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Fri Oct 21 14:49:51 2016 +0200 |
tree | 0cb68a8a30bfd340cffa84e16bba73967729bccd | |
parent | 1001354ca34179f3db924eb66672442a173147dc [diff] |
cpuidle: governors: Remove remaining old module code The governor's code use try_module_get() and put_module() to refcount the governor's module. But the governors are not compiled as module. The refcount does not prevent to switch the governor or unload a module as they aren't compiled as modules. The code is pointless, so remove it. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>