X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=crypto%2Frng.c;h=279dffdebf59815b5eccb59d69118c60a3be7205;hb=2d823764fafa6593a87d3192c62e19eec4883d84;hp=ffde0f64fb25934b5507841a83bdb13be9c24324;hpb=78b421b6a7c6dbb6a213877c742af52330f5026d;p=linux-2.6-microblaze.git diff --git a/crypto/rng.c b/crypto/rng.c index ffde0f64fb25..279dffdebf59 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