]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
dmaengine: stm32-dma: make stm32_dma_set_config static
authorVinod Koul <vinod.koul@intel.com>
Fri, 2 Sep 2016 10:29:10 +0000 (15:59 +0530)
committerVinod Koul <vinod.koul@intel.com>
Mon, 26 Sep 2016 17:01:36 +0000 (22:31 +0530)
commite97adb49b415b3ff487e9fd0d759e843baf6f69e
tree653f63dc242d84aedb977cca4fc5fa57b27f7412
parent4fbf3717a467c6d9bcd8fdce03fdd5074b14a03f
dmaengine: stm32-dma: make stm32_dma_set_config static

Sparse complains:
drivers/dma/stm32-dma.c:957:6: warning: symbol 'stm32_dma_set_config' was
not declared. Should it be static?

SO make stm32_dma_set_config static.

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/stm32-dma.c