diff options
author | Sumant Patro <sumantp@lsil.com> | 2006-10-03 16:13:18 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-10-04 13:53:42 -0400 |
commit | 5d018ad057347995e5c4564b3e43339e6497f839 (patch) | |
tree | 775d444f35a71414158f404c83f8d5ab270cefc5 /drivers/scsi/megaraid/megaraid_sas.h | |
parent | 658dcedb4e35d77f7f6552b5a640d7d82c372053 (diff) |
[SCSI] megaraid_sas: adds tasklet for cmd completion
This patch adds a tasklet for command completion.
Signed-off-by: Sumant Patro <Sumant.Patro@lsil.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/megaraid/megaraid_sas.h')
-rw-r--r-- | drivers/scsi/megaraid/megaraid_sas.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/megaraid/megaraid_sas.h b/drivers/scsi/megaraid/megaraid_sas.h index ad7ef7444069..c79e55aa9166 100644 --- a/drivers/scsi/megaraid/megaraid_sas.h +++ b/drivers/scsi/megaraid/megaraid_sas.h | |||
@@ -1102,6 +1102,7 @@ struct megasas_instance { | |||
1102 | u32 hw_crit_error; | 1102 | u32 hw_crit_error; |
1103 | 1103 | ||
1104 | struct megasas_instance_template *instancet; | 1104 | struct megasas_instance_template *instancet; |
1105 | struct tasklet_struct isr_tasklet; | ||
1105 | }; | 1106 | }; |
1106 | 1107 | ||
1107 | #define MEGASAS_IS_LOGICAL(scp) \ | 1108 | #define MEGASAS_IS_LOGICAL(scp) \ |