RE: [PATCH 30/55] scsi: Mark functions as static in megaraid/megaraid_sas_fp.c

2014-04-11 Thread Saxena, Sumit
>-Original Message- >From: Rashika Kheria [mailto:rashika.khe...@gmail.com] >Sent: Saturday, March 29, 2014 11:48 PM >To: linux-kernel@vger.kernel.org >Cc: DL-MegaRAID Linux; James E.J. Bottomley; linux-s...@vger.kernel.org; >j...@joshtriplett.org >Subject: [PA

RE: [PATCH 30/55] scsi: Mark functions as static in megaraid/megaraid_sas_fp.c

2014-04-11 Thread Saxena, Sumit
-Original Message- From: Rashika Kheria [mailto:rashika.khe...@gmail.com] Sent: Saturday, March 29, 2014 11:48 PM To: linux-kernel@vger.kernel.org Cc: DL-MegaRAID Linux; James E.J. Bottomley; linux-s...@vger.kernel.org; j...@joshtriplett.org Subject: [PATCH 30/55] scsi: Mark functions

[PATCH 30/55] scsi: Mark functions as static in megaraid/megaraid_sas_fp.c

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

[PATCH 30/55] scsi: Mark functions as static in megaraid/megaraid_sas_fp.c

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