Searched hist:bb733707913389d77223fa3b2849b41ab540f69b (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/mfd/ |
H A D | tps65010.c | diff bb733707913389d77223fa3b2849b41ab540f69b Mon Mar 09 12:47:15 CDT 2015 Dmitry Torokhov <dmitry.torokhov@gmail.com> mfd: tps65010: 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: Lee Jones <lee.jones@linaro.org>
|