From: Dmitry Torokhov Date: Sun, 24 Feb 2013 08:55:07 +0000 (-0800) Subject: USB: remove incorrect __exit markups X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~135^2~256 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39d35681d5380b403855202dcd75575a8d5b0ec1;p=pandora-kernel.git 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 Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed