From mboxrd@z Thu Jan 1 00:00:00 1970 From: kbuild test robot Subject: [RFC PATCH] scsi: hisi_sas: hisi_sas_ioremap() can be static Date: Tue, 13 Oct 2015 01:18:20 +0800 Message-ID: <20151012171820.GA185915@lkp-ib04.intel.com> References: <201510130106.fyp9Dh3e%fengguang.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1444663237-238302-8-git-send-email-john.garry@huawei.com> Sender: linux-scsi-owner@vger.kernel.org Cc: kbuild-all@01.org, James.Bottomley@HansenPartnership.com, linux-kernel@vger.kernel.com, devicetree@vger.kernel.org, arnd@arndb.de, linuxarm@huawei.com, zhangfei.gao@linaro.org, linux-scsi@vger.kernel.org, xuwei5@hisilicon.com, john.garry2@mail.dcu.ie, hare@suse.de, John Garry List-Id: devicetree@vger.kernel.org Signed-off-by: Fengguang Wu --- hisi_sas_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;