diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-03-09 11:10:41 -0700 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2015-03-30 17:50:40 -0700 |
commit | 271afb4c96b70292c5eae0744e08bc2d2b5f4fae (patch) | |
tree | 81fabbfd5c9d7b087712d14afdcaa2fcf13d074d /drivers/mtd/chips/cfi_cmdset_0020.c | |
parent | 318157ab1fc843b7e08b7bf1fc2c431c4da9f3ff (diff) | |
download | blackbird-op-linux-271afb4c96b70292c5eae0744e08bc2d2b5f4fae.tar.gz blackbird-op-linux-271afb4c96b70292c5eae0744e08bc2d2b5f4fae.zip |
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/mtd/chips/cfi_cmdset_0020.c')
0 files changed, 0 insertions, 0 deletions