commit | 16052827d98fbc13c31ebad560af4bd53e2b4dd5 | [log] [tgz] |
---|---|---|
author | Alexandre Bounine <alexandre.bounine@idt.com> | Thu Mar 08 16:11:18 2012 -0500 |
committer | Vinod Koul <vinod.koul@linux.intel.com> | Wed Mar 21 19:20:22 2012 +0530 |
tree | aff4f3362a643d2d4621f21dd56996988c0e733c | |
parent | ad1122e545b55013089e6cc18ac37b47b46f2a7d [diff] |
dmaengine/dma_slave: introduce inline wrappers Add inline wrappers for device_prep_slave_sg() and device_prep_dma_cyclic() interfaces to hide new parameter from current users of affected interfaces. Convert current users to use new wrappers instead of direct calls. Suggested by Russell King [https://lkml.org/lkml/2012/2/3/269]. Signed-off-by: Alexandre Bounine <alexandre.bounine@idt.com> Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>