diff options
author | Dan Williams <dan.j.williams@intel.com> | 2011-05-08 20:34:44 -0400 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2011-07-03 07:04:47 -0400 |
commit | cc9203bf381a465cd115762b9cf7c9a313c874bc (patch) | |
tree | 5dbe4b2f8781e83e80c2d55243b41465e541d098 /drivers/scsi/isci/remote_device.c | |
parent | ce2b3261b6765c3b80fda95426c73e8d3bb1b035 (diff) |
isci: move core/controller to host
Now that the data structures are unified unify the implementation in
host.[ch] and cleanup namespace pollution.
Reported-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/scsi/isci/remote_device.c')
-rw-r--r-- | drivers/scsi/isci/remote_device.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/scsi/isci/remote_device.c b/drivers/scsi/isci/remote_device.c index 8b1ef19a6732..00334b9ccd80 100644 --- a/drivers/scsi/isci/remote_device.c +++ b/drivers/scsi/isci/remote_device.c | |||
@@ -57,16 +57,13 @@ | |||
57 | #include "port.h" | 57 | #include "port.h" |
58 | #include "remote_device.h" | 58 | #include "remote_device.h" |
59 | #include "request.h" | 59 | #include "request.h" |
60 | #include "scic_controller.h" | ||
61 | #include "scic_io_request.h" | 60 | #include "scic_io_request.h" |
62 | #include "scic_phy.h" | 61 | #include "scic_phy.h" |
63 | #include "scic_port.h" | 62 | #include "scic_port.h" |
64 | #include "scic_sds_controller.h" | ||
65 | #include "scic_sds_phy.h" | 63 | #include "scic_sds_phy.h" |
66 | #include "scic_sds_port.h" | 64 | #include "scic_sds_port.h" |
67 | #include "remote_node_context.h" | 65 | #include "remote_node_context.h" |
68 | #include "scic_sds_request.h" | 66 | #include "scic_sds_request.h" |
69 | #include "sci_environment.h" | ||
70 | #include "sci_util.h" | 67 | #include "sci_util.h" |
71 | #include "scu_event_codes.h" | 68 | #include "scu_event_codes.h" |
72 | #include "task.h" | 69 | #include "task.h" |