X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=crypto%2Frng.c;h=279dffdebf59815b5eccb59d69118c60a3be7205;hb=4d7b04c0cda365f190c4a8f7fddc535b93aae9f9;hp=ffde0f64fb25934b5507841a83bdb13be9c24324;hpb=084f51d473cd566eab310d5da56fe7b68d0b10be;p=platform%2Fkernel%2Flinux-rpi.git diff --git a/crypto/rng.c b/crypto/rng.c index ffde0f6..279dffd 100644 --- a/crypto/rng.c +++ b/crypto/rng.c @@ -118,7 +118,7 @@ static const struct crypto_type crypto_rng_type = { #ifdef CONFIG_PROC_FS .show = crypto_rng_show, #endif -#ifdef CONFIG_CRYPTO_USER +#if IS_ENABLED(CONFIG_CRYPTO_USER) .report = crypto_rng_report, #endif #ifdef CONFIG_CRYPTO_STATS