On Fri, 15 Nov 2019 at 04:31, Vignesh Raghavendra <[email protected]> wrote: > > Add stub for dma_memcpy() and dma_get_device when CONFIG_DMA is > disabled. This avoids ifdefs in driver code using DMA APIs > > Signed-off-by: Vignesh Raghavendra <[email protected]> > --- > include/dma.h | 11 +++++++++++ > 1 file changed, 11 insertions(+) > Reviewed-by: Simon Glass <[email protected]>

