git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26a2dfd
)
dma: mmp_pdma: Staticize mmp_pdma_alloc_descriptor()
author
Jingoo Han
<jg1.han@samsung.com>
Tue, 6 Aug 2013 10:35:13 +0000
(19:35 +0900)
committer
Vinod Koul
<vinod.koul@intel.com>
Tue, 13 Aug 2013 11:24:42 +0000
(16:54 +0530)
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>
No differences found