From: Dmitry Torokhov Date: Mon, 9 Mar 2015 17:36:35 +0000 (-0700) Subject: hwrng: omap - remove incorrect __exit markups X-Git-Tag: omap-for-v4.2/o2_dc~130^2~104 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ee9b5e4712948973f0065d944b1afeb50b4dccd;p=pandora-kernel.git hwrng: omap - 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 Signed-off-by: Herbert Xu --- Reading git-diff-tree failed