crypto: omap-aes - Remove previously used intermediate buffers
authorJoel Fernandes <joelf@ti.com>
Sun, 18 Aug 2013 02:42:27 +0000 (21:42 -0500)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 21 Aug 2013 11:28:00 +0000 (21:28 +1000)
commit0c063a22d50606e5e405e954be2de3810372dc27
tree487b7ed25983e6746dd109319df9126ec1c2803a
parent0a641712ef9459df5d8c19fc19e686887257b3e3
crypto: omap-aes - Remove previously used intermediate buffers

Intermdiate buffers were allocated, mapped and used for DMA.  These are no
longer required as we use the SGs from crypto layer directly in previous
commits in the series. Also along with it, remove the logic for copying SGs
etc as they are no longer used, and all the associated variables in omap_aes_device.

Signed-off-by: Joel Fernandes <joelf@ti.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/omap-aes.c