diff options
author | Lee Jones <[email protected]> | 2020-07-23 13:24:29 +0100 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2020-07-24 22:32:06 -0400 |
commit | 00025fc7e676bcd1a6f22fa0422cb7016f5e7448 (patch) | |
tree | ee0513285cc1c89f4b09cbcec59f3578cf8c1d74 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | f11106c93fc92c5bfb3d0f3ae25d58e20c8836c5 (diff) |
scsi: bfa: Staticify non-external functions
Fixes the following W=1 kernel build warning(s):
drivers/scsi/bfa/bfa_ioc.c:5023:1: warning: no previous prototype for ‘bfa_diag_intr’ [-Wmissing-prototypes]
5023 | bfa_diag_intr(void *diagarg, struct bfi_mbmsg_s *msg)
| ^~~~~~~~~~~~~
drivers/scsi/bfa/bfa_ioc.c:6966:1: warning: no previous prototype for ‘bfa_flash_sem_get’ [-Wmissing-prototypes]
6966 | bfa_flash_sem_get(void __iomem *bar)
| ^~~~~~~~~~~~~~~~~
drivers/scsi/bfa/bfa_ioc.c:6979:1: warning: no previous prototype for ‘bfa_flash_sem_put’ [-Wmissing-prototypes]
6979 | bfa_flash_sem_put(void __iomem *bar)
| ^~~~~~~~~~~~~~~~~
Link: https://lore.kernel.org/r/[email protected]
Cc: Anil Gurumurthy <[email protected]>
Cc: Sudarsana Kalluru <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions