dmaengine: at_xdmac: fix un-exported functions
authorBen Dooks <ben.dooks@codethink.co.uk>
Tue, 7 Jun 2016 16:09:15 +0000 (17:09 +0100)
committerVinod Koul <vinod.koul@intel.com>
Wed, 8 Jun 2016 03:32:42 +0000 (09:02 +0530)
commit192dc8c07594c43b6d58242b6bb2db742e3421c0
treee376e8d945db46b98444213d8979441a4deb1bc6
parent1a695a905c18548062509178b98bc91e67510864
dmaengine: at_xdmac: fix un-exported functions

The at_xdmac_init_used_desc() and at_xdmac_prep_dma_memset()
functions are not exported outside the driver, so make them
static to avoid the following warnings:

drivers/dma/at_xdmac.c:459:6: warning: symbol 'at_xdmac_init_used_desc' was not declared. Should it be static?
drivers/dma/at_xdmac.c:1205:32: warning: symbol 'at_xdmac_prep_dma_memset' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/at_xdmac.c