diff options
author | Ben Dooks <[email protected]> | 2015-03-16 11:52:44 +0000 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2015-03-18 22:41:49 +0530 |
commit | 5503aed8117881f58a2688521dfbf9fc7dbcdfe7 (patch) | |
tree | 60fd0b326fdce8e3ac61c3c611589fa4b6e5382f /scripts/gcc-plugins/randomize_layout_plugin.c | |
parent | 3a2307f72e684199a27ae9d8e7cfd98e8b05c8db (diff) |
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 <[email protected]>
--
Vinod Koul <[email protected]>
Dan Williams <[email protected]>
DMA List <[email protected]>
Maxime Ripard <[email protected]>
Jassi Brar <[email protected]>
Liviu Dudau <[email protected]>
Linux ARM Kernel <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/randomize_layout_plugin.c')
0 files changed, 0 insertions, 0 deletions