]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: sahara - Convert IS_ENABLED uses to __is_defined
authorJoe Perches <joe@perches.com>
Tue, 9 Apr 2019 16:33:13 +0000 (09:33 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 18 Apr 2019 14:14:58 +0000 (22:14 +0800)
commite1d8e3357f417c6c4fb7c33ab0c94d0c883797ab
tree68eff8a4623667810164ba8d26e21258f7ea0e93
parentc2b84c775164b688d2a0ac1cf023165aff5e377e
crypto: sahara - Convert IS_ENABLED uses to __is_defined

IS_ENABLED should be reserved for CONFIG_<FOO> uses so convert
the uses of IS_ENABLED with a #define to __is_defined.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/sahara.c