diff options
| author | Baoyou Xie <[email protected]> | 2016-08-29 18:46:51 +0800 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2016-09-02 06:06:43 -0400 |
| commit | 02ccda2a2ffba8750dcebe13a09ce5f671ffcda6 (patch) | |
| tree | 700e6bef2106284e16655a21abfb7b72efdef923 /tools/perf/scripts/python/stat-cpi.py | |
| parent | d67e8b385fac90c100fb65b9534616769cd3f9b8 (diff) | |
scsi: qla4xxx: Mark symbols static where possible
We get 1 warning when build kernel with W=1:
drivers/scsi/qla4xxx/ql4_nx.c:1846:10: warning: no previous prototype for 'ql4_84xx_ipmdio_rd_reg' [-Wmissing-prototypes]
In fact, this function is only used in the file in which it is declared
and don't need a declaration, but can be made static. This patch marks
this function with 'static'.
Signed-off-by: Baoyou Xie <[email protected]>
Acked-by: Nilesh Javali <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stat-cpi.py')
0 files changed, 0 insertions, 0 deletions