aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/mxs-dma.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dma/mxs-dma.c')
-rw-r--r--drivers/dma/mxs-dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/mxs-dma.c b/drivers/dma/mxs-dma.c
index b48a79c28845..719593002ab7 100644
--- a/drivers/dma/mxs-dma.c
+++ b/drivers/dma/mxs-dma.c
@@ -693,7 +693,7 @@ static bool mxs_dma_filter_fn(struct dma_chan *chan, void *fn_param)
693 return true; 693 return true;
694} 694}
695 695
696struct dma_chan *mxs_dma_xlate(struct of_phandle_args *dma_spec, 696static struct dma_chan *mxs_dma_xlate(struct of_phandle_args *dma_spec,
697 struct of_dma *ofdma) 697 struct of_dma *ofdma)
698{ 698{
699 struct mxs_dma_engine *mxs_dma = ofdma->of_dma_data; 699 struct mxs_dma_engine *mxs_dma = ofdma->of_dma_data;