summaryrefslogtreecommitdiffstats
path: root/drivers/iio/counter
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2017-03-01 15:37:57 -0800
committerJonathan Cameron <jic23@kernel.org>2017-03-05 13:52:01 +0000
commit3ff861f59f6c1f5bf2bc03d2cd36ac3f992cbc06 (patch)
tree0cdebe545c4707a47451c727c06a895fb2661a0c /drivers/iio/counter
parent3bec247474469f769af41e8c80d3a100dd97dd76 (diff)
downloadlinux-3ff861f59f6c1f5bf2bc03d2cd36ac3f992cbc06.tar.bz2
iio: magnetometer: ak8974: remove incorrect __exit markups
Even if bus is not hot-pluggable, 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> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Cc: <stable@vger.kernel.org> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/counter')
0 files changed, 0 insertions, 0 deletions