summaryrefslogtreecommitdiff
path: root/drivers/memstick
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2015-03-09 11:10:41 -0700
committerBrian Norris <computersforpeace@gmail.com>2015-03-30 17:50:40 -0700
commit271afb4c96b70292c5eae0744e08bc2d2b5f4fae (patch)
tree81fabbfd5c9d7b087712d14afdcaa2fcf13d074d /drivers/memstick
parent318157ab1fc843b7e08b7bf1fc2c431c4da9f3ff (diff)
downloadlinux-next-271afb4c96b70292c5eae0744e08bc2d2b5f4fae.tar.gz
mtd: maps: sa1100-flash: 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: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers/memstick')
0 files changed, 0 insertions, 0 deletions