commit | 271afb4c96b70292c5eae0744e08bc2d2b5f4fae | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Mon Mar 09 11:10:41 2015 -0700 |
committer | Brian Norris <computersforpeace@gmail.com> | Mon Mar 30 17:50:40 2015 -0700 |
tree | 81fabbfd5c9d7b087712d14afdcaa2fcf13d074d | |
parent | 318157ab1fc843b7e08b7bf1fc2c431c4da9f3ff [diff] |
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>