]> 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>
Wed, 12 Jun 2013 02:18:52 +0000 (07:48 +0530)
commitd0b65fbc72030813f7e77ea84356128acbb662d2
treeffa56a972bd3409832759f8cf952d0b842c041e8
parent0189c465eb7890c7e1befdcc3e6e71654b14edc9
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