X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Farch%2Fs390%2Fcrypto%2Faes_s390.c;h=0b9b95f3c7037e6fcad08a5dd6453852c60d4180;hb=e09b41010ba33a20a87472ee821fa407a5b8da36;hp=5566ce80abdbf7c97bec630d480b583b324bf82d;hpb=f93b97fd65072de626c074dbe099a1fff05ce060;p=kvmfornfv.git diff --git a/kernel/arch/s390/crypto/aes_s390.c b/kernel/arch/s390/crypto/aes_s390.c index 5566ce80a..0b9b95f3c 100644 --- a/kernel/arch/s390/crypto/aes_s390.c +++ b/kernel/arch/s390/crypto/aes_s390.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include "crypt_s390.h" @@ -976,7 +977,7 @@ static void __exit aes_s390_fini(void) crypto_unregister_alg(&aes_alg); } -module_init(aes_s390_init); +module_cpu_feature_match(MSA, aes_s390_init); module_exit(aes_s390_fini); MODULE_ALIAS_CRYPTO("aes-all");