aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_transport_sas.c
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@steeleye.com>2005-09-09 18:38:27 -0500
committerJames Bottomley <jejb@mulgrave.(none)>2005-09-09 18:43:56 -0500
commit37be6eeb4990c05fc7dd683ceaf1501d46ebe9a4 (patch)
tree982b638f116d0f7e4c8fcd9b993f42d0d8b1c062 /drivers/scsi/scsi_transport_sas.c
parent[SCSI] 3ware 9000: handle use_sg != 0 for emulated commands (diff)
downloadlinux-dev-37be6eeb4990c05fc7dd683ceaf1501d46ebe9a4.tar.xz
linux-dev-37be6eeb4990c05fc7dd683ceaf1501d46ebe9a4.zip
[SCSI] SAS transport class: fixup prototype of sas_host_setup
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/scsi_transport_sas.c')
-rw-r--r--drivers/scsi/scsi_transport_sas.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/scsi_transport_sas.c b/drivers/scsi/scsi_transport_sas.c
index ac4a53a019c0..ff724bbe6611 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);