diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-03-09 13:35:39 -0700 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-03-12 01:11:07 +1100 |
commit | 1eb8a1b340e2f0a562b4987683bbaee4d620bf0a (patch) | |
tree | 418500c17405981910986b80497c0d70ff683b0f /crypto | |
parent | 83ce01d24a1998cf1be6a7ea37f54edf264abe93 (diff) | |
download | linux-exynos-1eb8a1b340e2f0a562b4987683bbaee4d620bf0a.tar.gz linux-exynos-1eb8a1b340e2f0a562b4987683bbaee4d620bf0a.tar.bz2 linux-exynos-1eb8a1b340e2f0a562b4987683bbaee4d620bf0a.zip |
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 <dmitry.torokhov@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions