mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 20:21:57 +00:00
1eb8a1b340
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> |
||
---|---|---|
.. | ||
crypto4xx_alg.c | ||
crypto4xx_core.c | ||
crypto4xx_core.h | ||
crypto4xx_reg_def.h | ||
crypto4xx_sa.c | ||
crypto4xx_sa.h | ||
Makefile |