From: Dmitry Torokhov Date: Mon, 9 Mar 2015 20:35:39 +0000 (-0700) Subject: crypto: amcc - remove incorrect __init/__exit markups X-Git-Tag: omap-for-v4.1/fixes-rc1~140^2~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1eb8a1b340e2f0a562b4987683bbaee4d620bf0a;p=pandora-kernel.git crypto: amcc - remove incorrect __init/__exit markups Even if bus is not hot-pluggable, the devices can be bound and unbound from the driver via sysfs, so we should not be using __init/__exit annotations on probe() and 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