aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion/mptbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/message/fusion/mptbase.h')
-rw-r--r--drivers/message/fusion/mptbase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/message/fusion/mptbase.h b/drivers/message/fusion/mptbase.h
index 2129aff294d5..a0bf7d88fcfc 100644
--- a/drivers/message/fusion/mptbase.h
+++ b/drivers/message/fusion/mptbase.h
@@ -713,6 +713,7 @@ typedef struct _MPT_ADAPTER
713 MPT_MGMT taskmgmt_cmds; 713 MPT_MGMT taskmgmt_cmds;
714 spinlock_t taskmgmt_lock; /* diagnostic reset lock */ 714 spinlock_t taskmgmt_lock; /* diagnostic reset lock */
715 int taskmgmt_in_progress; 715 int taskmgmt_in_progress;
716 u8 taskmgmt_quiesce_io;
716 u8 ioc_reset_in_progress; 717 u8 ioc_reset_in_progress;
717 struct work_struct sas_persist_task; 718 struct work_struct sas_persist_task;
718 719
@@ -855,7 +856,6 @@ typedef struct _MPT_SCSI_HOST {
855 * OS callbacks. freeQ is the free pool. 856 * OS callbacks. freeQ is the free pool.
856 */ 857 */
857 u8 tmPending; 858 u8 tmPending;
858 u8 resetPending;
859 u8 negoNvram; /* DV disabled, nego NVRAM */ 859 u8 negoNvram; /* DV disabled, nego NVRAM */
860 u8 pad1; 860 u8 pad1;
861 u8 tmState; 861 u8 tmState;