diff options
| author | Rashika Kheria <[email protected]> | 2013-12-19 00:05:59 +0530 |
|---|---|---|
| committer | Nicholas Bellinger <[email protected]> | 2014-01-09 21:48:37 -0800 |
| commit | 594c42e9bd9f70a41bf79236db985ba940d28eb8 (patch) | |
| tree | 19956c4fbb102e42987c50f8dd302fdc422c793e /tools/perf/scripts/python | |
| parent | f0a6c693695ab305b16c89f6313061f20ca5e240 (diff) | |
drivers: target: Mark functions and structures as static in tfc_conf.c
Mark functions ft_tpg_alloc_fabric_acl(), ft_register_configfs() and
ft_deregister_configfs() as static in tcm_fc/tfc_conf.c because they are
not used outside this file.
This eliminates the following warnings in tcm_fc/tfc_conf.c:
drivers/target/tcm_fc/tfc_conf.c:270:21: warning: no previous prototype for ‘ft_tpg_alloc_fabric_acl’ [-Wmissing-prototypes]
drivers/target/tcm_fc/tfc_conf.c:555:5: warning: no previous prototype for ‘ft_register_configfs’ [-Wmissing-prototypes]
drivers/target/tcm_fc/tfc_conf.c:602:6: warning: no previous prototype for ‘ft_deregister_configfs’ [-Wmissing-prototypes]
Signed-off-by: Rashika Kheria <[email protected]>
Reviewed-by: Josh Triplett <[email protected]>
Signed-off-by: Nicholas Bellinger <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions