diff options
Diffstat (limited to 'drivers/message/fusion/mptbase.h')
-rw-r--r-- | drivers/message/fusion/mptbase.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/message/fusion/mptbase.h b/drivers/message/fusion/mptbase.h index 9b58234add36..892af47cb91c 100644 --- a/drivers/message/fusion/mptbase.h +++ b/drivers/message/fusion/mptbase.h | |||
@@ -619,6 +619,10 @@ typedef struct _MPT_ADAPTER | |||
619 | struct net_device *netdev; | 619 | struct net_device *netdev; |
620 | struct list_head sas_topology; | 620 | struct list_head sas_topology; |
621 | struct mutex sas_topology_mutex; | 621 | struct mutex sas_topology_mutex; |
622 | struct mutex sas_discovery_mutex; | ||
623 | u8 sas_discovery_runtime; | ||
624 | u8 sas_discovery_ignore_events; | ||
625 | int sas_index; /* index refrencing */ | ||
622 | MPT_SAS_MGMT sas_mgmt; | 626 | MPT_SAS_MGMT sas_mgmt; |
623 | int num_ports; | 627 | int num_ports; |
624 | struct work_struct mptscsih_persistTask; | 628 | struct work_struct mptscsih_persistTask; |