diff options
author | 2016-06-07 17:09:15 +0100 | |
---|---|---|
committer | 2016-06-08 09:02:42 +0530 | |
commit | 192dc8c07594c43b6d58242b6bb2db742e3421c0 (patch) | |
tree | e376e8d945db46b98444213d8979441a4deb1bc6 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Linux 4.7-rc1 (diff) | |
download | wireguard-linux-192dc8c07594c43b6d58242b6bb2db742e3421c0.tar.xz wireguard-linux-192dc8c07594c43b6d58242b6bb2db742e3421c0.zip |
dmaengine: at_xdmac: fix un-exported functions
The at_xdmac_init_used_desc() and at_xdmac_prep_dma_memset()
functions are not exported outside the driver, so make them
static to avoid the following warnings:
drivers/dma/at_xdmac.c:459:6: warning: symbol 'at_xdmac_init_used_desc' was not declared. Should it be static?
drivers/dma/at_xdmac.c:1205:32: warning: symbol 'at_xdmac_prep_dma_memset' was not declared. Should it be static?
Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions