diff options
author | Moore, Eric Dean <Eric.Moore@lsil.com> | 2005-11-16 20:54:20 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-12-13 20:40:08 -0500 |
commit | a9b2937a1eab2939d0eed3830ead88664ed7445d (patch) | |
tree | bde1ec40bc7bbe56ab22f585699dd28b2009cd0f /drivers/message/fusion/mptbase.h | |
parent | 7acec1e7556a861416bb6b10f3e3cbb6e82fc01d (diff) |
[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>
Diffstat (limited to 'drivers/message/fusion/mptbase.h')
-rw-r--r-- | drivers/message/fusion/mptbase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/message/fusion/mptbase.h b/drivers/message/fusion/mptbase.h index bac8eb4186d2..7a6c11418452 100644 --- a/drivers/message/fusion/mptbase.h +++ b/drivers/message/fusion/mptbase.h | |||
@@ -903,7 +903,7 @@ typedef struct _MPT_LOCAL_REPLY { | |||
903 | 903 | ||
904 | typedef enum { | 904 | typedef enum { |
905 | FC, | 905 | FC, |
906 | SCSI, | 906 | SPI, |
907 | SAS | 907 | SAS |
908 | } BUS_TYPE; | 908 | } BUS_TYPE; |
909 | 909 | ||