diff options
author | Maciej Patelczyk <maciej.patelczyk@intel.com> | 2011-04-28 18:06:26 -0400 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2011-07-03 07:00:38 -0400 |
commit | af23e85737253624cde84704008be40355ff6922 (patch) | |
tree | 98fe6c8aa6d86e08bb9799aef2dc97b78c2f5aee /drivers/scsi/isci/remote_node_context.h | |
parent | 5d937e966d383c4012c19b0e47dc196ba505eb19 (diff) |
isci: Removed sci_base_object from scic_sds_remote_node_context.
The 'struct sci_base_object' was removed from the struct
scic_sds_remote_node_context.
Signed-off-by: Maciej Patelczyk <maciej.patelczyk@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/scsi/isci/remote_node_context.h')
-rw-r--r-- | drivers/scsi/isci/remote_node_context.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/scsi/isci/remote_node_context.h b/drivers/scsi/isci/remote_node_context.h index b3f2546090d..bc7914beb0c 100644 --- a/drivers/scsi/isci/remote_node_context.h +++ b/drivers/scsi/isci/remote_node_context.h | |||
@@ -226,11 +226,6 @@ enum scic_sds_remote_node_context_destination_state { | |||
226 | * the silicon RNC. | 226 | * the silicon RNC. |
227 | */ | 227 | */ |
228 | struct scic_sds_remote_node_context { | 228 | struct scic_sds_remote_node_context { |
229 | /* | ||
230 | * parent object | ||
231 | */ | ||
232 | struct sci_base_object parent; | ||
233 | |||
234 | /** | 229 | /** |
235 | * This field indicates the remote node index (RNI) associated with | 230 | * This field indicates the remote node index (RNI) associated with |
236 | * this RNC. | 231 | * this RNC. |