summaryrefslogtreecommitdiff
path: root/drivers/dma
diff options
context:
space:
mode:
authorRadu Alexe <radu.alexe@nxp.com>2017-10-12 13:10:12 (GMT)
committerXie Xiaobo <xiaobo.xie@nxp.com>2017-12-12 07:32:31 (GMT)
commita712e0533efd1f02ffaa2cbf68aac0fac42c4f2b (patch)
tree6683bdf5644d707c4474383cc27ac17bbc3c843a /drivers/dma
parentb41432292e4b362539dfccd76452f703086fc7da (diff)
downloadlinux-a712e0533efd1f02ffaa2cbf68aac0fac42c4f2b.tar.xz
dma: caam: make internal function static
Signed-off-by: Radu Alexe <radu.alexe@nxp.com>
Diffstat (limited to 'drivers/dma')
-rw-r--r--drivers/dma/caam_dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/caam_dma.c b/drivers/dma/caam_dma.c
index 2421011..f2a3be4 100644
--- a/drivers/dma/caam_dma.c
+++ b/drivers/dma/caam_dma.c
@@ -214,7 +214,7 @@ static void caam_dma_done(struct device *dev, u32 *hwdesc, u32 err,
callback(callback_param);
}
-void init_dma_job(struct caam_dma_edesc *edesc)
+static void init_dma_job(struct caam_dma_edesc *edesc)
{
u32 *jd = edesc->jd;
u32 *sh_desc = dma_sh_desc->desc;