File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ static const struct crypto_type crypto_acomp_type = {
125
125
#ifdef CONFIG_PROC_FS
126
126
.show = crypto_acomp_show ,
127
127
#endif
128
- #ifdef CONFIG_CRYPTO_USER
128
+ #if IS_ENABLED ( CONFIG_CRYPTO_USER )
129
129
.report = crypto_acomp_report ,
130
130
#endif
131
131
#ifdef CONFIG_CRYPTO_STATS
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ static const struct crypto_type crypto_aead_type = {
242
242
#ifdef CONFIG_PROC_FS
243
243
.show = crypto_aead_show ,
244
244
#endif
245
- #ifdef CONFIG_CRYPTO_USER
245
+ #if IS_ENABLED ( CONFIG_CRYPTO_USER )
246
246
.report = crypto_aead_report ,
247
247
#endif
248
248
#ifdef CONFIG_CRYPTO_STATS
Original file line number Diff line number Diff line change @@ -509,7 +509,7 @@ static const struct crypto_type crypto_ahash_type = {
509
509
#ifdef CONFIG_PROC_FS
510
510
.show = crypto_ahash_show ,
511
511
#endif
512
- #ifdef CONFIG_CRYPTO_USER
512
+ #if IS_ENABLED ( CONFIG_CRYPTO_USER )
513
513
.report = crypto_ahash_report ,
514
514
#endif
515
515
#ifdef CONFIG_CRYPTO_STATS
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ static const struct crypto_type crypto_akcipher_type = {
98
98
#ifdef CONFIG_PROC_FS
99
99
.show = crypto_akcipher_show ,
100
100
#endif
101
- #ifdef CONFIG_CRYPTO_USER
101
+ #if IS_ENABLED ( CONFIG_CRYPTO_USER )
102
102
.report = crypto_akcipher_report ,
103
103
#endif
104
104
#ifdef CONFIG_CRYPTO_STATS
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ static const struct crypto_type crypto_kpp_type = {
96
96
#ifdef CONFIG_PROC_FS
97
97
.show = crypto_kpp_show ,
98
98
#endif
99
- #ifdef CONFIG_CRYPTO_USER
99
+ #if IS_ENABLED ( CONFIG_CRYPTO_USER )
100
100
.report = crypto_kpp_report ,
101
101
#endif
102
102
#ifdef CONFIG_CRYPTO_STATS
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ static const struct crypto_type crypto_rng_type = {
118
118
#ifdef CONFIG_PROC_FS
119
119
.show = crypto_rng_show ,
120
120
#endif
121
- #ifdef CONFIG_CRYPTO_USER
121
+ #if IS_ENABLED ( CONFIG_CRYPTO_USER )
122
122
.report = crypto_rng_report ,
123
123
#endif
124
124
#ifdef CONFIG_CRYPTO_STATS
Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ static const struct crypto_type crypto_scomp_type = {
240
240
#ifdef CONFIG_PROC_FS
241
241
.show = crypto_scomp_show ,
242
242
#endif
243
- #ifdef CONFIG_CRYPTO_USER
243
+ #if IS_ENABLED ( CONFIG_CRYPTO_USER )
244
244
.report = crypto_scomp_report ,
245
245
#endif
246
246
#ifdef CONFIG_CRYPTO_STATS
Original file line number Diff line number Diff line change @@ -548,7 +548,7 @@ static const struct crypto_type crypto_shash_type = {
548
548
#ifdef CONFIG_PROC_FS
549
549
.show = crypto_shash_show ,
550
550
#endif
551
- #ifdef CONFIG_CRYPTO_USER
551
+ #if IS_ENABLED ( CONFIG_CRYPTO_USER )
552
552
.report = crypto_shash_report ,
553
553
#endif
554
554
#ifdef CONFIG_CRYPTO_STATS
Original file line number Diff line number Diff line change @@ -776,7 +776,7 @@ static const struct crypto_type crypto_skcipher_type = {
776
776
#ifdef CONFIG_PROC_FS
777
777
.show = crypto_skcipher_show ,
778
778
#endif
779
- #ifdef CONFIG_CRYPTO_USER
779
+ #if IS_ENABLED ( CONFIG_CRYPTO_USER )
780
780
.report = crypto_skcipher_report ,
781
781
#endif
782
782
#ifdef CONFIG_CRYPTO_STATS
You can’t perform that action at this time.
0 commit comments