diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2017-03-02 04:38:38 +0300 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2017-03-16 02:27:46 +0300 |
commit | ba21222d00a450ce3bfced0e047f52470372634d (patch) | |
tree | dc3f4ee01ed5943b9fc245af6caaf5afbf35f10d /drivers/scsi/esas2r/esas2r_log.c | |
parent | 61b745fa63dbac366104c3585c0866562a8292be (diff) | |
download | linux-ba21222d00a450ce3bfced0e047f52470372634d.tar.xz |
scsi: 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>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/esas2r/esas2r_log.c')
0 files changed, 0 insertions, 0 deletions