[PATCH 11/55] scsi: Mark function as static in bfa/bfa_svc.c

2014-03-29 Thread Rashika Kheria
Mark functions as static in bfa/bfa_svc.c because they are not used outside this file. This eliminates the following warning in bfa/bfa_svc.c: drivers/scsi/bfa/bfa_svc.c:4378:1: warning: no previous prototype for ‘bfa_fcport_ddportenable’ [-Wmissing-prototypes] drivers/scsi/bfa/bfa_svc.c:4387:1:

[PATCH 11/55] scsi: Mark function as static in bfa/bfa_svc.c

2014-03-29 Thread Rashika Kheria
Mark functions as static in bfa/bfa_svc.c because they are not used outside this file. This eliminates the following warning in bfa/bfa_svc.c: drivers/scsi/bfa/bfa_svc.c:4378:1: warning: no previous prototype for ‘bfa_fcport_ddportenable’ [-Wmissing-prototypes] drivers/scsi/bfa/bfa_svc.c:4387:1: