--- zzzz-none-000/linux-3.10.107/arch/s390/crypto/ghash_s390.c 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/arch/s390/crypto/ghash_s390.c 2021-02-04 17:41:59.000000000 +0000 @@ -9,6 +9,7 @@ #include #include +#include #include "crypt_s390.h" @@ -158,7 +159,7 @@ crypto_unregister_shash(&ghash_alg); } -module_init(ghash_mod_init); +module_cpu_feature_match(MSA, ghash_mod_init); module_exit(ghash_mod_exit); MODULE_ALIAS_CRYPTO("ghash");