alistair23-linux/drivers/crypto/amcc
Dmitry Torokhov 1eb8a1b340 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>
2015-03-12 01:11:07 +11:00
..
crypto4xx_alg.c crypto: crypto4xx - Staticize local symbols 2013-08-14 20:42:03 +10:00
crypto4xx_core.c crypto: amcc - remove incorrect __init/__exit markups 2015-03-12 01:11:07 +11:00
crypto4xx_core.h
crypto4xx_reg_def.h
crypto4xx_sa.c crypto: amcc - Remove unused function 2015-01-05 21:36:07 +11:00
crypto4xx_sa.h
Makefile