From: Joel Fernandes Date: Sun, 18 Aug 2013 02:42:27 +0000 (-0500) Subject: crypto: omap-aes - Remove previously used intermediate buffers X-Git-Tag: v3.12-rc1~108^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c063a22d50606e5e405e954be2de3810372dc27;p=pandora-kernel.git 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 Signed-off-by: Herbert Xu --- Reading git-diff-tree failed