dma: mxs-dma: Staticize mxs_dma_xlate
authorFabio Estevam <fabio.estevam@freescale.com>
Fri, 24 May 2013 19:37:27 +0000 (16:37 -0300)
committerVinod Koul <vinod.koul@intel.com>
Fri, 5 Jul 2013 06:10:33 +0000 (11:40 +0530)
commit3208b3701b98dcd14f0d5f0a36dd33d21b0b458f
tree25db4d41f0fe74340f079d2e29ea056b2dffabcb
parentdd3daca162f7411448dd80a8872a002c43cfd8e5
dma: mxs-dma: Staticize mxs_dma_xlate

Fix the following sparse warning:

drivers/dma/mxs-dma.c:696:17: warning: symbol 'mxs_dma_xlate' was not declared. Should it be static?

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/mxs-dma.c