dmaengine: OF DMAEngine API based on CONFIG_DMA_OF instead of CONFIG_OF
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 21 Aug 2015 11:48:37 +0000 (11:48 +0000)
committerVinod Koul <vinod.koul@intel.com>
Thu, 1 Oct 2015 02:09:55 +0000 (07:39 +0530)
commit9290a16cf19301224556bc7bcb913c0c2a45bb9a
treee522dca50e96b44023887becf5afeee41fb75234
parent6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f
dmaengine: OF DMAEngine API based on CONFIG_DMA_OF instead of CONFIG_OF

5fa422c ("dmaengine: move drivers/of/dma.c -> drivers/dma/of-dma.c")
moved OF base DMAEngine code to of-dma.c, then it based on CONFIG_DMA_OF.
But, OF base DMAEngine API on of_dma.h still based on CONFIG_OF now.
So, current kernel can't find OF base DMAEngine API if .config has CONFIG_OF,
but not have CONFIG_DMA_OF. This patch tidyup it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
include/linux/of_dma.h
This page took 0.028491 seconds and 5 git commands to generate.