]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: nitrox - remove cra_type reference to ablkcipher
authorArd Biesheuvel <ardb@kernel.org>
Sat, 9 Nov 2019 17:09:36 +0000 (18:09 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sun, 17 Nov 2019 01:02:46 +0000 (09:02 +0800)
commit0915ce08f68eb39be9d8afdeb0abea3be8b8c536
tree7c7e90a89a0d6eb03234d0d47f65e06a216a51ea
parent0e4dd1aa52618aa230b85589f167f271d79f02da
crypto: nitrox - remove cra_type reference to ablkcipher

Setting the cra_type field is not necessary for skciphers, and ablkcipher
will be removed, so drop the assignment from the nitrox driver.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/cavium/nitrox/nitrox_skcipher.c