]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Mon, 27 May 2013 10:05:56 +0000 (15:35 +0530)
commita9dba6c175e61ee841f817d8ba3907df669f34cb
tree90b1e16603b4e54bb864d0f93bbd2db87f3fef5f
parent939546d552e1dac18a9b18916ee6adab87993310
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