* Mark A. Greer [121119 10:58]:
> @@ -27,6 +29,10 @@
> #include
> #include
> #include
> +#ifndef OMAP_SHAM_DMA_PRIVATE
> +#include
> +#include
> +#endif
> #include
> #include
> #include
I think you should be able to drop the OMAP_SHAM_DMA_PRIVATE
from the include after I'll post one
From: "Mark A. Greer"
Add code to use the new dmaengine API alongside
the existing DMA code that uses the private
OMAP DMA API. The API to use is chosen by
defining or undefining 'OMAP_SHAM_DMA_PRIVATE'.
CC: Russell King
CC: Dmitry Kasatkin
Signed-off-by: Mark A. Greer
---
drivers/crypto/om