dma: mmp_pdma: Staticize mmp_pdma_alloc_descriptor()
authorJingoo Han <jg1.han@samsung.com>
Tue, 6 Aug 2013 10:35:13 +0000 (19:35 +0900)
committerVinod Koul <vinod.koul@intel.com>
Tue, 13 Aug 2013 11:24:42 +0000 (16:54 +0530)
commit69c9f0ae1d5fe398a494fafac76cc35f3a6677ef
tree2bb356f32a74f8e9eae3450f9ff0f0b788deb684
parent26a2dfdeb9b93b82735d2227a118afa0ddd912dd
dma: mmp_pdma: Staticize mmp_pdma_alloc_descriptor()

mmp_pdma_alloc_descriptor() is used only in this file.
Fix the following sparse warning:

drivers/dma/mmp_pdma.c:359:25: warning: symbol 'mmp_pdma_alloc_descriptor' was not declared. Should it be static?

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/mmp_pdma.c