crypto: omap-aes - Convert to dma_request_slave_channel_compat()
authorMark A. Greer <mgreer@animalcreek.com>
Tue, 8 Jan 2013 18:57:45 +0000 (11:57 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 19 Jan 2013 23:16:43 +0000 (10:16 +1100)
commitb4b87a934c30fb91cbdd18ae028acdc361e1cf0f
tree2917f5a8ef556b911b38f28c99564f6fe9d8a49b
parentbc69d124d8141dff942c8c7fbaae76f9c0f4c796
crypto: omap-aes - Convert to dma_request_slave_channel_compat()

Use the dma_request_slave_channel_compat() call instead of
the dma_request_channel() call to request a DMA channel.
This allows the omap-aes driver use different DMA engines.

CC: Dmitry Kasatkin <dmitry.kasatkin@intel.com>
Signed-off-by: Mark A. Greer <mgreer@animalcreek.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/omap-aes.c