diff options
author | 2015-10-31 07:37:21 +0530 | |
---|---|---|
committer | 2015-10-31 07:37:21 +0530 | |
commit | 926a3ffe346a2e47fe35ace004cbea52587688eb (patch) | |
tree | ed366befb747714cd6e9e7f0033e52ecbf8d3b0c | |
parent | Merge branch 'topic/ioatdma' into for-linus (diff) | |
parent | dmaengine: OF DMAEngine API based on CONFIG_DMA_OF instead of CONFIG_OF (diff) | |
download | linux-dev-926a3ffe346a2e47fe35ace004cbea52587688eb.tar.xz linux-dev-926a3ffe346a2e47fe35ace004cbea52587688eb.zip |
Merge branch 'topic/of' into for-linus
-rw-r--r-- | include/linux/of_dma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/of_dma.h b/include/linux/of_dma.h index 98ba7525929e..36112cdd665a 100644 --- a/include/linux/of_dma.h +++ b/include/linux/of_dma.h @@ -34,7 +34,7 @@ struct of_dma_filter_info { dma_filter_fn filter_fn; }; -#ifdef CONFIG_OF +#ifdef CONFIG_DMA_OF extern int of_dma_controller_register(struct device_node *np, struct dma_chan *(*of_dma_xlate) (struct of_phandle_args *, struct of_dma *), |