[SCSI] SAS transport class: fixup prototype of sas_host_setup

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

authored by

James Bottomley and committed by
James Bottomley
37be6eeb d327d082

+2 -1
+2 -1
drivers/scsi/scsi_transport_sas.c
··· 156 * SAS host attributes 157 */ 158 159 - static int sas_host_setup(struct device *dev) 160 { 161 struct Scsi_Host *shost = dev_to_shost(dev); 162 struct sas_host_attrs *sas_host = to_sas_host_attrs(shost);
··· 156 * SAS host attributes 157 */ 158 159 + static int sas_host_setup(struct transport_container *tc, struct device *dev, 160 + struct class_device *cdev) 161 { 162 struct Scsi_Host *shost = dev_to_shost(dev); 163 struct sas_host_attrs *sas_host = to_sas_host_attrs(shost);