> -----Original Message----- > From: Bart Van Assche > Sent: Friday, October 8, 2021 4:24 PM > To: Martin K . Petersen > Cc: linux-scsi@vger.kernel.org; Bart Van Assche ; > Kershner, David A ; Greg Kroah-Hartman > ; Dan Carpenter > ; Song Chen ; Fabio > M. De Francesco > Subject: [PATCH v3 44/46] scsi: unisys: Remove the shost_attrs member > > This patch prepares for removal of the shost_attrs member from struct > scsi_host_template. > > Signed-off-by: Bart Van Assche Acked-by: David Kershner > --- > drivers/staging/unisys/visorhba/visorhba_main.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/staging/unisys/visorhba/visorhba_main.c > b/drivers/staging/unisys/visorhba/visorhba_main.c > index 41f8a72a2a95..f0c647b97354 100644 > --- a/drivers/staging/unisys/visorhba/visorhba_main.c > +++ b/drivers/staging/unisys/visorhba/visorhba_main.c > @@ -584,7 +584,6 @@ static struct scsi_host_template > visorhba_driver_template = { > .eh_device_reset_handler = visorhba_device_reset_handler, > .eh_bus_reset_handler = visorhba_bus_reset_handler, > .eh_host_reset_handler = visorhba_host_reset_handler, > - .shost_attrs = NULL, > #define visorhba_MAX_CMNDS 128 > .can_queue = visorhba_MAX_CMNDS, > .sg_tablesize = 64,