commit | ab319939a58678c19a68ff10c8a08cef462a3ba6 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Oct 03 00:24:30 2015 +0100 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Fri Oct 23 12:40:48 2015 +0200 |
tree | 3bb992a3e68375cfa770a24835db6d0118f49e48 | |
parent | da1a64f80d8946d51744e48d0ba138c1b17a4852 [diff] |
cpuidle: mvebu: disable the bind/unbind attributes and use builtin_platform_driver As the driver doesn't support unbinding, nor does it support arbitary binding of devices, disable the bind/unbind attributes for this driver. Also, as the driver has no remove function, it can never be modular, so use builtin_platform_driver() to avoid the module exit boilerplate. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>