mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-07 13:53:24 +00:00
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:
parent
4aca8fe771
commit
0c3dbdeb72
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user