From b3e8e7c9b8c9caeda49424d58e07453cba6c81c3 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Fri, 9 Nov 2018 10:38:34 +0100 Subject: dma: apbh: make locally used function static To avoid missing prototype warning. Signed-off-by: Sascha Hauer --- drivers/dma/apbh_dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/dma') diff --git a/drivers/dma/apbh_dma.c b/drivers/dma/apbh_dma.c index 79f25109f9..72c2f364c5 100644 --- a/drivers/dma/apbh_dma.c +++ b/drivers/dma/apbh_dma.c @@ -67,7 +67,7 @@ static struct apbh_dma *apbh_dma; /* * Test is the DMA channel is valid channel */ -int mxs_dma_validate_chan(int channel) +static int mxs_dma_validate_chan(int channel) { struct mxs_dma_chan *pchan; -- cgit v1.2.3