OSDN Git Service

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)
commit222f6b85674914a6af124a6856ee3d6b5d8dce6c
tree68eff8a4623667810164ba8d26e21258f7ea0e93
parentbbfcac5ff5f26aafa51935a62eb86b6eacfe8a49
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