scsi: initio: make initio_state_7() static

Fix sparse warning:

drivers/scsi/initio.c:1643:5: warning: symbol 'initio_state_7' was not declared. Should it be static?

Link: https://lore.kernel.org/r/20191217134309.41649-1-chenzhou10@huawei.com
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Chen Zhou <chenzhou10@huawei.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
Chen Zhou 2019-12-17 21:43:09 +08:00 committed by Martin K. Petersen
parent 4aca8fe771
commit 0c3dbdeb72
1 changed files with 1 additions and 1 deletions

View File

@ -1640,7 +1640,7 @@ static int initio_state_6(struct initio_host * host)
*
*/
int initio_state_7(struct initio_host * host)
static int initio_state_7(struct initio_host * host)
{
int cnt, i;