Commit 0c3dbdeb authored by Chen Zhou's avatar Chen Zhou Committed by Martin K. Petersen

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.comReported-by: default avatarHulk Robot <hulkci@huawei.com>
Signed-off-by: default avatarChen Zhou <chenzhou10@huawei.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 4aca8fe7
...@@ -1640,7 +1640,7 @@ static int initio_state_6(struct initio_host * host) ...@@ -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; int cnt, i;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment