commit | 039af9675fd9ce2bc1d0b02b9cb10ca9fd7a5445 | [log] [tgz] |
---|---|---|
author | Dan Streetman <ddstreet@ieee.org> | Wed Jul 22 14:26:31 2015 -0400 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jul 23 18:14:29 2015 +0800 |
tree | 028a68c47db74e5ced4dffc54e5a7712e4f8c6ee | |
parent | 8f5ea2df02fb0a50d81701e0c5dc8a5f00381147 [diff] |
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>