]> git.karo-electronics.de Git - karo-tx-linux.git/commit
scsi: remove incorrect __exit markups
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 2 Mar 2017 01:38:38 +0000 (17:38 -0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 15 Mar 2017 23:27:46 +0000 (19:27 -0400)
commitba21222d00a450ce3bfced0e047f52470372634d
treedc3f4ee01ed5943b9fc245af6caaf5afbf35f10d
parent61b745fa63dbac366104c3585c0866562a8292be
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>
drivers/scsi/sgiwd93.c
drivers/scsi/sni_53c710.c
drivers/scsi/zalon.c