crypto: nx - remove __init/__exit from VIO functions
authorDan Streetman <ddstreet@ieee.org>
Wed, 22 Jul 2015 18:26:31 +0000 (14:26 -0400)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 23 Jul 2015 10:14:29 +0000 (18:14 +0800)
commit039af9675fd9ce2bc1d0b02b9cb10ca9fd7a5445
tree028a68c47db74e5ced4dffc54e5a7712e4f8c6ee
parent8f5ea2df02fb0a50d81701e0c5dc8a5f00381147
crypto: nx - remove __init/__exit from VIO functions

Remove the __init and __exit modifiers from the VIO driver probe and
remove functions.

The driver functions should not be marked __init/__exit because they
can/will be called during runtime, not only at module init and exit.

Signed-off-by: Dan Streetman <ddstreet@ieee.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/nx/nx-842-pseries.c
This page took 0.026465 seconds and 5 git commands to generate.