USB: remove incorrect __exit markups
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 24 Feb 2013 08:55:07 +0000 (00:55 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Mar 2013 18:45:16 +0000 (11:45 -0700)
commit39d35681d5380b403855202dcd75575a8d5b0ec1
treee8b8b01bca4af0c9d82d8882e717543db42f6a3b
parent8a7298d361827a1f244415dde62b1b07688d6a3a
USB: 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>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-mxc.c
drivers/usb/host/ehci-orion.c
drivers/usb/host/ehci-sh.c
drivers/usb/otg/isp1301_omap.c
drivers/usb/otg/twl4030-usb.c
drivers/usb/otg/twl6030-usb.c
drivers/usb/phy/mv_u3d_phy.c