diff options
author | Ben Dooks <ben.dooks@codethink.co.uk> | 2015-03-16 11:52:44 +0000 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2015-03-18 22:41:49 +0530 |
commit | 5503aed8117881f58a2688521dfbf9fc7dbcdfe7 (patch) | |
tree | 60fd0b326fdce8e3ac61c3c611589fa4b6e5382f /drivers/dma/virt-dma.h | |
parent | 3a2307f72e684199a27ae9d8e7cfd98e8b05c8db (diff) | |
download | linux-stable-5503aed8117881f58a2688521dfbf9fc7dbcdfe7.tar.gz linux-stable-5503aed8117881f58a2688521dfbf9fc7dbcdfe7.tar.bz2 linux-stable-5503aed8117881f58a2688521dfbf9fc7dbcdfe7.zip |
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/virt-dma.h')
0 files changed, 0 insertions, 0 deletions