X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=crypto%2Fkpp.c;h=33d44e59387ff3370d4dd2a7f5ae036163aea39f;hb=c3a62df457ff9ac8c77efe6d1eca2855d399355d;hp=74f2e8e918fa5854e444ae858c604d2d52c6c97c;hpb=e0906f1feb7caf5098e7f831f4889feecfb0c68b;p=platform%2Fkernel%2Flinux-rpi.git diff --git a/crypto/kpp.c b/crypto/kpp.c index 74f2e8e..33d44e5 100644 --- a/crypto/kpp.c +++ b/crypto/kpp.c @@ -96,7 +96,7 @@ static const struct crypto_type crypto_kpp_type = { #ifdef CONFIG_PROC_FS .show = crypto_kpp_show, #endif -#ifdef CONFIG_CRYPTO_USER +#if IS_ENABLED(CONFIG_CRYPTO_USER) .report = crypto_kpp_report, #endif #ifdef CONFIG_CRYPTO_STATS