Skip to content
  • Vinod Koul's avatar
    dmaengine: mmp_tdma: statify symbols · 0422e304
    Vinod Koul authored
    
    
    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: default avatarVinod Koul <vinod.koul@intel.com>
    Cc: Qiao Zhou <zhouqiao@marvell.com>
    0422e304