crypto: skcipher - in_irq() cleanup
authorChangbin Du <changbin.du@gmail.com>
Sat, 14 Aug 2021 01:11:14 +0000 (09:11 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 21 Aug 2021 07:44:58 +0000 (15:44 +0800)
commitabfc7fad63940b8dfdfd25da6f0fa813d9561645
tree7a2997da2122d996cdfc2c5fc8b7605ec4dc860e
parent3e1d2c52b2045ba7f90966b02daeb6c438432570
crypto: skcipher - in_irq() cleanup

Replace the obsolete and ambiguos macro in_irq() with new
macro in_hardirq().

Signed-off-by: Changbin Du <changbin.du@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/skcipher.c