From: James Bottomley Date: Fri, 9 Sep 2005 23:38:27 +0000 (-0500) Subject: [SCSI] SAS transport class: fixup prototype of sas_host_setup X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=37be6eeb4990c05fc7dd683ceaf1501d46ebe9a4;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git [SCSI] SAS transport class: fixup prototype of sas_host_setup Signed-off-by: James Bottomley --- diff --git a/drivers/scsi/scsi_transport_sas.c b/drivers/scsi/scsi_transport_sas.c index ac4a53a019c..ff724bbe661 100644 --- a/drivers/scsi/scsi_transport_sas.c +++ b/drivers/scsi/scsi_transport_sas.c @@ -156,7 +156,8 @@ sas_bitfield_name_search(linkspeed, sas_linkspeed_names) * SAS host attributes */ -static int sas_host_setup(struct device *dev) +static int sas_host_setup(struct transport_container *tc, struct device *dev, + struct class_device *cdev) { struct Scsi_Host *shost = dev_to_shost(dev); struct sas_host_attrs *sas_host = to_sas_host_attrs(shost);