]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: ti: k3-psil: make symbols static
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Tue, 21 Jan 2020 07:01:04 +0000 (09:01 +0200)
committerVinod Koul <vkoul@kernel.org>
Tue, 21 Jan 2020 07:40:24 +0000 (13:10 +0530)
commitc4835fe3d20c03b43bac771297ffca4e38e70f69
treeee5521e9b1a8fb2a45d7dd3e87893a261971e141
parent3d90fd55a475b6d83d921d61b77d83ef5ca98ec4
dmaengine: ti: k3-psil: make symbols static

Fixe the following warnings by making these static

drivers/dma/ti/k3-psil-j721e.c:62:16: warning: symbol 'j721e_src_ep_map' was not declared. Should it be static?
drivers/dma/ti/k3-psil-j721e.c:172:16: warning: symbol 'j721e_dst_ep_map' was not declared. Should it be static?
drivers/dma/ti/k3-psil-j721e.c:216:20: warning: symbol 'j721e_ep_map' was not declared. Should it be static?
  CC      drivers/dma/ti/k3-psil-j721e.o
drivers/dma/ti/k3-psil-am654.c:52:16: warning: symbol 'am654_src_ep_map' was not declared. Should it be static?
drivers/dma/ti/k3-psil-am654.c:127:16: warning: symbol 'am654_dst_ep_map' was not declared. Should it be static?
drivers/dma/ti/k3-psil-am654.c:169:20: warning: symbol 'am654_ep_map' was not declared. Should it be static?

Reported-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Link: https://lore.kernel.org/r/20200121070104.4393-1-peter.ujfalusi@ti.com
[vkoul: updated patch title]
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/ti/k3-psil-am654.c
drivers/dma/ti/k3-psil-j721e.c
drivers/dma/ti/k3-psil-priv.h
drivers/dma/ti/k3-psil.c