diff options
author | Dan Williams <dan.j.williams@intel.com> | 2011-04-22 22:18:03 -0400 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2011-07-03 07:00:38 -0400 |
commit | 88f3b62ac131e2549b6c262cacbd47e8cca42d6e (patch) | |
tree | 331870b812b2cb7c4c8ce89779df8473f9570b9c /drivers/scsi/isci/task.c | |
parent | 57f20f4ed6fb702339be2ef4dea9d15e6a7d0d07 (diff) |
isci: move remote_device handling out of the core
Now that the core/lldd remote_device data structures are nominally unified
merge the corresponding sources into the top-level directory. Also move the
remote_node_context infrastructure which has no analog at the lldd level.
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/scsi/isci/task.c')
-rw-r--r-- | drivers/scsi/isci/task.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/scsi/isci/task.c b/drivers/scsi/isci/task.c index f54f523b8d40..e011d668949d 100644 --- a/drivers/scsi/isci/task.c +++ b/drivers/scsi/isci/task.c | |||
@@ -56,10 +56,9 @@ | |||
56 | #include <linux/completion.h> | 56 | #include <linux/completion.h> |
57 | #include <linux/irqflags.h> | 57 | #include <linux/irqflags.h> |
58 | #include "scic_task_request.h" | 58 | #include "scic_task_request.h" |
59 | #include "scic_remote_device.h" | ||
60 | #include "scic_io_request.h" | 59 | #include "scic_io_request.h" |
61 | #include "scic_sds_remote_device.h" | 60 | #include "remote_device.h" |
62 | #include "scic_sds_remote_node_context.h" | 61 | #include "remote_node_context.h" |
63 | #include "isci.h" | 62 | #include "isci.h" |
64 | #include "request.h" | 63 | #include "request.h" |
65 | #include "sata.h" | 64 | #include "sata.h" |