aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Van Assche <[email protected]>2021-10-12 16:35:56 -0700
committerMartin K. Petersen <[email protected]>2021-10-16 21:45:59 -0400
commit7ce6000a77ccbe8b1c4fd053e9800476cd38fca3 (patch)
tree24f77b6e5353386d959f5b373ec03b0cb1861671
parent7500be62910d9273bff783a5d6aa06f6444b7146 (diff)
scsi: staging: unisys: Remove the shost_attrs member
This patch prepares for removal of the shost_attrs member from struct scsi_host_template. Link: https://lore.kernel.org/r/[email protected] Acked-by: David Kershner <[email protected]> Acked-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Bart Van Assche <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
-rw-r--r--drivers/staging/unisys/visorhba/visorhba_main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/unisys/visorhba/visorhba_main.c b/drivers/staging/unisys/visorhba/visorhba_main.c
index b40c8cacb813..694644112447 100644
--- a/drivers/staging/unisys/visorhba/visorhba_main.c
+++ b/drivers/staging/unisys/visorhba/visorhba_main.c
@@ -582,7 +582,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,