]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: atmel-{aes,sha,tdes} - Retire crypto_platform_data
authorTudor Ambarus <tudor.ambarus@microchip.com>
Wed, 15 Jan 2020 12:53:53 +0000 (12:53 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 22 Jan 2020 08:21:09 +0000 (16:21 +0800)
commit6e17fe5b848e91f291610aa128afc6988d95b457
treebf61d29b2504ae626af40ec68efca6f7e72a4354
parent34c014399afba19067d5166391d3aaeb5c476df2
crypto: atmel-{aes,sha,tdes} - Retire crypto_platform_data

These drivers no longer need it as they are only probed via DT.
crypto_platform_data was allocated but unused, so remove it.
This is a follow up for:
commit 7a0191ab081a ("crypto: atmel-tdes - Retire dma_request_slave_channel_compat()")
commit afa73d4ff9bd ("crypto: atmel-sha - Retire dma_request_slave_channel_compat()")
commit 5ecea0fac456 ("crypto: atmel-aes - Retire dma_request_slave_channel_compat()")

Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/atmel-aes.c
drivers/crypto/atmel-sha.c
drivers/crypto/atmel-tdes.c
include/linux/platform_data/crypto-atmel.h [deleted file]