commit | f57b7cb46c07b2440e8b3d917726be52e7d78e24 | [log] [tgz] |
---|---|---|
author | Vinod Koul <vinod.koul@intel.com> | Fri Jul 01 11:17:00 2016 +0530 |
committer | Vinod Koul <vinod.koul@intel.com> | Sat Jul 16 20:18:58 2016 +0530 |
tree | 7bbaf38bab011b350b77fa782f89e70603471771 | |
parent | 85abae1760b5ec66d7b77d3d690ff65a84a8d592 [diff] |
dmaengine: coh901318: statify symbols Sparse complains: drivers/dma/coh901318.c:269:30: warning: symbol 'chan_config' was not declared. Should it be static? drivers/dma/coh901318.c:2806:12: warning: symbol 'coh901318_init' was not declared. Should it be static? drivers/dma/coh901318.c:2812:13: warning: symbol 'coh901318_exit' was not declared. Should it be static? Signed-off-by: Vinod Koul <vinod.koul@intel.com> Acked-by: Linus Walleij <linus.walleij@linaro.org>