[PATCH 37/55] scsi: Mark function as static in pm8001/pm80xx_hwi.c

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

[PATCH 37/55] scsi: Mark function as static in pm8001/pm80xx_hwi.c

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