diff options
author | Dan Williams <dan.j.williams@intel.com> | 2011-05-09 00:36:46 -0400 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2011-07-03 07:04:47 -0400 |
commit | 63a3a15fb00ef49e50e98ff675094afcd92f113a (patch) | |
tree | b84098b902b15decadce1f314eb51ce5ac98de5c /drivers/scsi/isci/host.c | |
parent | cc9203bf381a465cd115762b9cf7c9a313c874bc (diff) |
isci: uplevel register hardware data structures and unsolicited frame handling
Reported-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/scsi/isci/host.c')
-rw-r--r-- | drivers/scsi/isci/host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/isci/host.c b/drivers/scsi/isci/host.c index 43a5d7a8b291..71a0466d1c8e 100644 --- a/drivers/scsi/isci/host.c +++ b/drivers/scsi/isci/host.c | |||
@@ -66,7 +66,7 @@ | |||
66 | #include "sci_util.h" | 66 | #include "sci_util.h" |
67 | #include "scu_completion_codes.h" | 67 | #include "scu_completion_codes.h" |
68 | #include "scu_event_codes.h" | 68 | #include "scu_event_codes.h" |
69 | #include "scu_registers.h" | 69 | #include "registers.h" |
70 | #include "scu_remote_node_context.h" | 70 | #include "scu_remote_node_context.h" |
71 | #include "scu_task_context.h" | 71 | #include "scu_task_context.h" |
72 | #include "scu_unsolicited_frame.h" | 72 | #include "scu_unsolicited_frame.h" |