diff options
author | Dan Streetman <ddstreet@ieee.org> | 2015-07-22 20:26:31 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-07-23 12:14:29 +0200 |
commit | 039af9675fd9ce2bc1d0b02b9cb10ca9fd7a5445 (patch) | |
tree | 028a68c47db74e5ced4dffc54e5a7712e4f8c6ee /lib | |
parent | crypto: qat - Don't attempt to register algorithm multiple times (diff) | |
download | linux-039af9675fd9ce2bc1d0b02b9cb10ca9fd7a5445.tar.xz linux-039af9675fd9ce2bc1d0b02b9cb10ca9fd7a5445.zip |
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>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions