Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx> --- hisi_sas_main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/scsi/hisi_sas/hisi_sas_main.c b/drivers/scsi/hisi_sas/hisi_sas_main.c index 44cb9085..f7ee97a 100644 --- a/drivers/scsi/hisi_sas/hisi_sas_main.c +++ b/drivers/scsi/hisi_sas/hisi_sas_main.c @@ -355,7 +355,7 @@ void hisi_sas_bytes_dmaed(struct hisi_hba *hisi_hba, int phy_no) sas_ha->notify_port_event(sas_phy, PORTE_BYTES_DMAED); } -struct hisi_sas_device *hisi_sas_alloc_dev(struct hisi_hba *hisi_hba) +static struct hisi_sas_device *hisi_sas_alloc_dev(struct hisi_hba *hisi_hba) { int dev_id; struct device *dev = &hisi_hba->pdev->dev; @@ -373,7 +373,7 @@ struct hisi_sas_device *hisi_sas_alloc_dev(struct hisi_hba *hisi_hba) return NULL; } -int hisi_sas_dev_found_notify(struct domain_device *device, int lock) +static int hisi_sas_dev_found_notify(struct domain_device *device, int lock) { unsigned long flags = 0; int res = 0; @@ -476,7 +476,7 @@ void hisi_sas_phy_init(struct hisi_hba *hisi_hba, int phy_no) sas_phy->lldd_phy = phy; } -void hisi_sas_port_notify_formed(struct asd_sas_phy *sas_phy, int lock) +static void hisi_sas_port_notify_formed(struct asd_sas_phy *sas_phy, int lock) { struct sas_ha_struct *sas_ha = sas_phy->ha; struct hisi_hba *hisi_hba = NULL; -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html