]> git.karo-electronics.de Git - linux-beck.git/commit
dmaengine: coh901318: statify symbols
authorVinod Koul <vinod.koul@intel.com>
Fri, 1 Jul 2016 05:47:00 +0000 (11:17 +0530)
committerVinod Koul <vinod.koul@intel.com>
Sat, 16 Jul 2016 14:48:58 +0000 (20:18 +0530)
commitf57b7cb46c07b2440e8b3d917726be52e7d78e24
tree7bbaf38bab011b350b77fa782f89e70603471771
parent85abae1760b5ec66d7b77d3d690ff65a84a8d592
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>
drivers/dma/coh901318.c