Re: [PATCH -next] scsi: hisi_sas: Make three functions static

From: John Garry
Date: Mon Sep 23 2019 - 04:33:45 EST


On 23/09/2019 06:40, YueHaibing wrote:
Fix sparse warnings:

drivers/scsi/hisi_sas/hisi_sas_main.c:3686:6:
warning: symbol 'hisi_sas_debugfs_release' was not declared. Should it be static?
drivers/scsi/hisi_sas/hisi_sas_main.c:3708:5:
warning: symbol 'hisi_sas_debugfs_alloc' was not declared. Should it be static?
drivers/scsi/hisi_sas/hisi_sas_main.c:3799:6:
warning: symbol 'hisi_sas_debugfs_bist_init' was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@xxxxxxxxxx>
Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx>

Thanks,

Acked-by: John Garry <john.garry@xxxxxxxxxx>