summaryrefslogtreecommitdiffstats
path: root/drivers/dma/k3dma.c
diff options
context:
space:
mode:
authorBen Dooks <ben.dooks@codethink.co.uk>2015-03-16 11:52:44 +0000
committerVinod Koul <vinod.koul@intel.com>2015-03-18 22:41:49 +0530
commit5503aed8117881f58a2688521dfbf9fc7dbcdfe7 (patch)
tree60fd0b326fdce8e3ac61c3c611589fa4b6e5382f /drivers/dma/k3dma.c
parent3a2307f72e684199a27ae9d8e7cfd98e8b05c8db (diff)
downloadlinux-5503aed8117881f58a2688521dfbf9fc7dbcdfe7.tar.bz2
dmaengine: pl330: make unexported functions static
Whilst running sparse on pl330 driver it was noticed there are two functions that are not static but not exported to any other users in the kernel. Fix the following warnings by making 'pl330_pause' and the 'pl330_get_current_xferred_count' static: pl330.c:2165:5: warning: symbol 'pl330_pause' was not declared. Should it be static? pl330.c:2206:5: warning: symbol 'pl330_get_current_xferred_count' was not declared. Should it be static? Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> -- Vinod Koul <vinod.koul@intel.com> Dan Williams <dan.j.williams@intel.com> DMA List <dmaengine@vger.kernel.org> Maxime Ripard <maxime.ripard@free-electrons.com> Jassi Brar <jassisinghbrar@gmail.com> Liviu Dudau <Liviu.Dudau@arm.com> Linux ARM Kernel <linux-arm-kernel@lists.infradead.org> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/k3dma.c')
0 files changed, 0 insertions, 0 deletions