diff options
Diffstat (limited to 'drivers/message/fusion/mptbase.h')
-rw-r--r-- | drivers/message/fusion/mptbase.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/message/fusion/mptbase.h b/drivers/message/fusion/mptbase.h index 0d149c82e764..7f31973b3f7c 100644 --- a/drivers/message/fusion/mptbase.h +++ b/drivers/message/fusion/mptbase.h | |||
@@ -396,6 +396,8 @@ typedef struct _VirtTarget { | |||
396 | u8 raidVolume; /* set, if RAID Volume */ | 396 | u8 raidVolume; /* set, if RAID Volume */ |
397 | u8 type; /* byte 0 of Inquiry data */ | 397 | u8 type; /* byte 0 of Inquiry data */ |
398 | u8 deleted; /* target in process of being removed */ | 398 | u8 deleted; /* target in process of being removed */ |
399 | u8 inDMD; /* currently in the device | ||
400 | removal delay timer */ | ||
399 | u32 num_luns; | 401 | u32 num_luns; |
400 | } VirtTarget; | 402 | } VirtTarget; |
401 | 403 | ||