diff options
| author | Baoyou Xie <[email protected]> | 2016-09-04 14:47:10 +0800 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2016-09-09 07:08:38 -0400 |
| commit | a44199eee7fdd2791b39da88938e6de6f5058632 (patch) | |
| tree | 7371f62c46ad74083c01684e89c802aaa2c021f6 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
| parent | 393c8019e9ce1884f232e2d37761c61796e22095 (diff) | |
scsi: aacraid: mark aac_src_select_comm() static
We get 1 warning when building kernel with W=1:
drivers/scsi/aacraid/src.c:616:5: warning: no previous prototype for 'aac_src_select_comm' [-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. so this patch
marks this function with 'static'.
Signed-off-by: Baoyou Xie <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
Acked-by: Dave Carroll <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions