Message ID | 20151012171820.GA185915@lkp-ib04.intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/drivers/scsi/hisi_sas/hisi_sas_init.c b/drivers/scsi/hisi_sas/hisi_sas_init.c index 8f1e856..066c339 100644 --- a/drivers/scsi/hisi_sas/hisi_sas_init.c +++ b/drivers/scsi/hisi_sas/hisi_sas_init.c @@ -195,7 +195,7 @@ static void hisi_sas_free(struct hisi_hba *hisi_hba) hisi_hba->sata_breakpoint_dma); } -int hisi_sas_ioremap(struct hisi_hba *hisi_hba) +static int hisi_sas_ioremap(struct hisi_hba *hisi_hba) { struct platform_device *pdev = hisi_hba->pdev; struct device *dev = &pdev->dev;
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> --- hisi_sas_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html