commit | 420b2d443b7ee2a6a8c0d4fab887a641f83e76af | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Wed Mar 01 15:44:53 2017 -0800 |
committer | Sebastian Reichel <sre@kernel.org> | Fri Apr 14 01:41:33 2017 +0200 |
tree | 31505767e5741ea8689d9bb4518db035ca7dffe1 | |
parent | f7a388d6cd1ccebfe7d2850ae4d33f84e954e96b [diff] |
power: supply: twl4030_charger: remove incorrect __exit markups Even if bus is not hot-pluggable, the devices can be unbound from the driver via sysfs, so we should not be using __exit annotations on remove() methods. The only exception is drivers registered with platform_driver_probe() which specifically disables sysfs bind/unbind attributes. Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>