diff options
Diffstat (limited to 'crypto/deflate.c')
| -rw-r--r-- | crypto/deflate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/deflate.c b/crypto/deflate.c index 0d2b64d96d6e..7eb1a5c44ee0 100644 --- a/crypto/deflate.c +++ b/crypto/deflate.c @@ -243,7 +243,7 @@ static void __exit deflate_mod_fini(void) crypto_acomp_free_streams(&deflate_streams); } -subsys_initcall(deflate_mod_init); +module_init(deflate_mod_init); module_exit(deflate_mod_fini); MODULE_LICENSE("GPL"); |