diff options
author | James Bottomley <James.Bottomley@steeleye.com> | 2006-07-11 17:49:34 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-07-12 09:20:01 -0400 |
commit | e8bf39417b578a11e2ee2cd16e794a5b2d40757b (patch) | |
tree | 7e20aa4b9c483b62a91cf3e5f6a2bc51074c507c /drivers/message/fusion/mptbase.h | |
parent | a0e1b6ef3b851fe6f1dcc259432e83de79ce5e7f (diff) |
[SCSI] scsi_transport_sas: kill the use of channel
Using the port_id for the channel is completely unnecessary since the
host_id/target_id are constructed to be globally unique. Also move
the mptsas driver on to virtual channel 1 for its raid devices.
Acked-by: "Moore, Eric" <Eric.Moore@lsil.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/message/fusion/mptbase.h')
-rw-r--r-- | drivers/message/fusion/mptbase.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/message/fusion/mptbase.h b/drivers/message/fusion/mptbase.h index 0b555e2309f4..014e1de0f7cb 100644 --- a/drivers/message/fusion/mptbase.h +++ b/drivers/message/fusion/mptbase.h | |||
@@ -634,7 +634,6 @@ typedef struct _MPT_ADAPTER | |||
634 | u16 handle; | 634 | u16 handle; |
635 | int sas_index; /* index refrencing */ | 635 | int sas_index; /* index refrencing */ |
636 | MPT_SAS_MGMT sas_mgmt; | 636 | MPT_SAS_MGMT sas_mgmt; |
637 | int num_ports; | ||
638 | struct work_struct sas_persist_task; | 637 | struct work_struct sas_persist_task; |
639 | 638 | ||
640 | struct work_struct fc_setup_reset_work; | 639 | struct work_struct fc_setup_reset_work; |