[PATCH 24/55] scsi: Mark functions as static in lpfc/lpfc_init.c

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

[PATCH 24/55] scsi: Mark functions as static in lpfc/lpfc_init.c

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