Message ID | 20151110055906.GA116383@lkp-hsx03 (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
On Tue, 2015-11-10 at 13:59 +0800, kbuild test robot wrote: > Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> > --- > linit.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/scsi/aacraid/linit.c > b/drivers/scsi/aacraid/linit.c > index 37375cf..7724583f 100644 > --- a/drivers/scsi/aacraid/linit.c > +++ b/drivers/scsi/aacraid/linit.c > @@ -1318,7 +1318,7 @@ static int aac_probe_one(struct pci_dev *pdev, > const struct pci_device_id *id) > } > > #if (defined(CONFIG_PM)) > -void aac_release_resources(struct aac_dev *aac) > +static void aac_release_resources(struct aac_dev *aac) > { > int i; > > -- > 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 Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> -- 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
diff --git a/drivers/scsi/aacraid/linit.c b/drivers/scsi/aacraid/linit.c index 37375cf..7724583f 100644 --- a/drivers/scsi/aacraid/linit.c +++ b/drivers/scsi/aacraid/linit.c @@ -1318,7 +1318,7 @@ static int aac_probe_one(struct pci_dev *pdev, const struct pci_device_id *id) } #if (defined(CONFIG_PM)) -void aac_release_resources(struct aac_dev *aac) +static void aac_release_resources(struct aac_dev *aac) { int i;
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> --- linit.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