OpenCloudOS-Kernel/drivers/usb/phy
Dmitry Torokhov 39d35681d5 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>
2013-03-15 11:45:16 -07:00
..
Kconfig usb: phy: fix Kconfig warning 2013-01-29 07:33:07 -08:00
Makefile usb: phy: add a new driver for usb3 phy 2013-01-25 13:02:50 +02:00
isp1301.c usb: phy: isp1301: Remove unused static array and define 2012-08-20 10:15:10 +03:00
mv_u3d_phy.c USB: remove incorrect __exit markups 2013-03-15 11:45:16 -07:00
mv_u3d_phy.h usb: phy: mv_u3d: Add usb phy driver for mv_u3d 2012-08-09 18:03:12 +03:00
omap-control-usb.c usb: phy: add a new driver for usb part of control module 2013-01-25 12:25:36 +02:00
omap-usb2.c usb: phy: omap-usb2: enable 960Mhz clock for omap5 2013-01-25 13:03:10 +02:00
omap-usb3.c usb: phy: add a new driver for usb3 phy 2013-01-25 13:02:50 +02:00
rcar-phy.c usb: remove use of __devexit 2012-11-21 13:27:17 -08:00
samsung-usbphy.c usb: phy: samsung: Remove __devinit, __devexit_p and __exit annotations 2013-01-23 13:43:49 +02:00
tegra_usb_phy.c usb: host: tegra: make use of PHY pointer of HCD 2013-01-28 11:42:11 -07:00