dmaengine: make mux_configure32 static
authorMao Wenan <maowenan@huawei.com>
Wed, 14 Aug 2019 07:21:04 +0000 (15:21 +0800)
committerVinod Koul <vkoul@kernel.org>
Tue, 20 Aug 2019 11:39:34 +0000 (17:09 +0530)
commit4f48e29f7673726a8c1a18b10906ccd58a031b95
tree4b4f83cd975b857ca0aa8d818f19c1947cd1e221
parent698f7a9be9b2389384c69750d87a0c68202c0621
dmaengine: make mux_configure32 static

There is one sparse warning in drivers/dma/fsl-edma-common.c:
drivers/dma/fsl-edma-common.c:93:6: warning: symbol 'mux_configure32'
was not declared. Should it be static?

Fix it by setting mux_configure32() as static.

Fixes: 232a7f18cf8ec ("dmaengine: fsl-edma: add i.mx7ulp edma2 version support")
Signed-off-by: Mao Wenan <maowenan@huawei.com>
Link: https://lore.kernel.org/r/20190814072105.144107-2-maowenan@huawei.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/fsl-edma-common.c