commit | 0422e30458d6cd9e8dd27913b6a3a72db47eadab | [log] [tgz] |
---|---|---|
author | Vinod Koul <vinod.koul@intel.com> | Mon Jul 04 15:39:48 2016 +0530 |
committer | Vinod Koul <vinod.koul@intel.com> | Sat Jul 16 20:19:03 2016 +0530 |
tree | 72f30f0dbdb5436b254a99c13ddcd1e6d4b7b59d | |
parent | a46018929b35f551e29302a89de5ef20c1cfd4f8 [diff] |
dmaengine: mmp_tdma: statify symbols Sparse complains: drivers/dma/mmp_tdma.c:407:22: warning: symbol 'mmp_tdma_alloc_descriptor' was not declared. Should it be static? drivers/dma/mmp_tdma.c:595:17: warning: symbol 'mmp_tdma_xlate' was not declared. Should it be static? Signed-off-by: Vinod Koul <vinod.koul@intel.com> Cc: Qiao Zhou <zhouqiao@marvell.com>