afs: Provide a splice-read wrapper
[linux-block.git] / crypto / skcipher.c
index 6caca02d7e5527ef1559c1169b1caa498f1363f5..7b275716cf4e3a2c6e39fa3ef87ba22e98c7b1be 100644 (file)
@@ -776,7 +776,7 @@ static const struct crypto_type crypto_skcipher_type = {
 #ifdef CONFIG_PROC_FS
        .show = crypto_skcipher_show,
 #endif
-#ifdef CONFIG_CRYPTO_USER
+#if IS_ENABLED(CONFIG_CRYPTO_USER)
        .report = crypto_skcipher_report,
 #endif
 #ifdef CONFIG_CRYPTO_STATS