diff options
Diffstat (limited to 'crypto/zstd.c')
-rw-r--r-- | crypto/zstd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/zstd.c b/crypto/zstd.c index 9a76b3ed8b8b..2c04055e407f 100644 --- a/crypto/zstd.c +++ b/crypto/zstd.c | |||
@@ -257,7 +257,7 @@ static void __exit zstd_mod_fini(void) | |||
257 | crypto_unregister_scomp(&scomp); | 257 | crypto_unregister_scomp(&scomp); |
258 | } | 258 | } |
259 | 259 | ||
260 | module_init(zstd_mod_init); | 260 | subsys_initcall(zstd_mod_init); |
261 | module_exit(zstd_mod_fini); | 261 | module_exit(zstd_mod_fini); |
262 | 262 | ||
263 | MODULE_LICENSE("GPL"); | 263 | MODULE_LICENSE("GPL"); |