]> asedeno.scripts.mit.edu Git - linux.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)
commitb46f36c05ab40d8339ec08809f89e45b1817cf86
treebf61d29b2504ae626af40ec68efca6f7e72a4354
parent41419a289010836bd759bf7e254fe041a3dc52d2
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 45a536e3a7e0 ("crypto: atmel-tdes - Retire dma_request_slave_channel_compat()")
commit db28512f48e2 ("crypto: atmel-sha - Retire dma_request_slave_channel_compat()")
commit 62f72cbdcf02 ("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]