commit | a9b2937a1eab2939d0eed3830ead88664ed7445d | [log] [tgz] |
---|---|---|
author | Moore, Eric Dean <Eric.Moore@lsil.com> | Wed Nov 16 18:54:20 2005 -0700 |
committer | James Bottomley <jejb@mulgrave.(none)> | Tue Dec 13 18:40:08 2005 -0700 |
tree | bde1ec40bc7bbe56ab22f585699dd28b2009cd0f | |
parent | 7acec1e7556a861416bb6b10f3e3cbb6e82fc01d [diff] [blame] |
[SCSI] mptfusion - bus_type, change SCSI to SPI This changes to SPI for the bus_type enumeration. Signed-off-by: Eric Moore <Eric.Moore@lsil.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
diff --git a/drivers/message/fusion/mptbase.h b/drivers/message/fusion/mptbase.h index bac8eb4..7a6c114 100644 --- a/drivers/message/fusion/mptbase.h +++ b/drivers/message/fusion/mptbase.h
@@ -903,7 +903,7 @@ typedef enum { FC, - SCSI, + SPI, SAS } BUS_TYPE;