diff options
Diffstat (limited to 'drivers/scsi/hosts.c')
-rw-r--r-- | drivers/scsi/hosts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/hosts.c b/drivers/scsi/hosts.c index 8a8f803439e1..10478153641b 100644 --- a/drivers/scsi/hosts.c +++ b/drivers/scsi/hosts.c | |||
@@ -376,6 +376,7 @@ struct Scsi_Host *scsi_host_alloc(struct scsi_host_template *sht, int privsize) | |||
376 | shost->this_id = sht->this_id; | 376 | shost->this_id = sht->this_id; |
377 | shost->can_queue = sht->can_queue; | 377 | shost->can_queue = sht->can_queue; |
378 | shost->sg_tablesize = sht->sg_tablesize; | 378 | shost->sg_tablesize = sht->sg_tablesize; |
379 | shost->sg_prot_tablesize = sht->sg_prot_tablesize; | ||
379 | shost->cmd_per_lun = sht->cmd_per_lun; | 380 | shost->cmd_per_lun = sht->cmd_per_lun; |
380 | shost->unchecked_isa_dma = sht->unchecked_isa_dma; | 381 | shost->unchecked_isa_dma = sht->unchecked_isa_dma; |
381 | shost->use_clustering = sht->use_clustering; | 382 | shost->use_clustering = sht->use_clustering; |