On Tue, 2015-11-10 at 13:59 +0800, kbuild test robot wrote: > Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx> > --- > 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@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html Reviewed-by: Johannes Thumshirn <jthumshirn@xxxxxxx> -- 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