commit | b25a7912eb66f6abe97686fa4ada9ba838df0358 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Sat Mar 15 11:39:30 2014 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Fri Mar 21 18:23:32 2014 +0100 |
tree | dc3f5ba0f1290864047732235a55c0f7fa2d3d42 | |
parent | d967b0100f8d99480487bce8ead1e0c3affdc511 [diff] |
ARM: msm: export legacy DMA interfaces The msm_sdcc MMC driver and the msm_serial_hs uart driver both use the pre-dmaengine interfaces provided by the MSM platform. Since these drivers can be loadable modules, we should export the functions used in the drivers. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: David Brown <davidb@codeaurora.org> Cc: Daniel Walker <dwalker@fifo99.com> Cc: Bryan Huntsman <bryanh@codeaurora.org>