diff options
author | Colin Ian King <[email protected]> | 2017-10-05 10:55:57 +0100 |
---|---|---|
committer | Dan Williams <[email protected]> | 2017-10-07 10:04:06 -0700 |
commit | 65853a1da3c181f85d368daa40abb91025c368fc (patch) | |
tree | 3b14667b99c1a1d98cc7fab6a2cf76645e28a66a /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | efbf6f50ada168b68f5e3de474bc8dee4a02d046 (diff) |
libnvdimm, namespace: make a couple of functions static
The functions create_namespace_pmem and create_namespace_blk are local
to the source and do not need to be in global scope, so make them static.
Cleans up sparse warnings:
symbol 'create_namespace_pmem' was not declared. Should it be static?
symbol 'create_namespace_blk' was not declared. Should it be static?
Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Johannes Thumshirn <[email protected]>
Signed-off-by: Dan Williams <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions