1
0
Files
linux/drivers/char
Dmitry Torokhov 257bedd4f3 hwrng: pseries - remove incorrect __init/__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.

Similarly probe() methods should not be marked __init unless
platform_driver_probe() is used.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2015-03-12 01:11:06 +11:00
..
2015-02-19 20:58:42 -06:00
2015-01-25 09:17:59 -08:00
2013-12-18 16:39:54 -08:00
2014-09-23 23:44:16 -07:00
2013-12-19 15:10:49 +01:00
2015-02-09 12:28:42 -08:00
2015-01-20 14:03:05 -07:00
2013-10-16 12:36:10 -07:00
2014-04-16 14:21:06 -07:00