diff options
author | Dan Williams <dan.j.williams@intel.com> | 2011-05-09 08:36:46 +0400 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2011-07-03 15:04:47 +0400 |
commit | 63a3a15fb00ef49e50e98ff675094afcd92f113a (patch) | |
tree | b84098b902b15decadce1f314eb51ce5ac98de5c /drivers/scsi/isci/host.h | |
parent | cc9203bf381a465cd115762b9cf7c9a313c874bc (diff) | |
download | linux-63a3a15fb00ef49e50e98ff675094afcd92f113a.tar.xz |
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.h')
-rw-r--r-- | drivers/scsi/isci/host.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/isci/host.h b/drivers/scsi/isci/host.h index 1f542c47fb3a..64edac8ccce1 100644 --- a/drivers/scsi/isci/host.h +++ b/drivers/scsi/isci/host.h @@ -61,9 +61,9 @@ #include "pool.h" #include "sci_base_state_machine.h" #include "remote_node_table.h" -#include "scu_registers.h" +#include "registers.h" #include "scu_unsolicited_frame.h" -#include "scic_sds_unsolicited_frame_control.h" +#include "unsolicited_frame_control.h" #include "scic_sds_port_configuration_agent.h" struct scic_sds_request; |