summaryrefslogtreecommitdiff
path: root/drivers/scsi/isci/sata.c
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2011-04-23 02:18:03 (GMT)
committerDan Williams <dan.j.williams@intel.com>2011-07-03 11:00:38 (GMT)
commit88f3b62ac131e2549b6c262cacbd47e8cca42d6e (patch)
tree331870b812b2cb7c4c8ce89779df8473f9570b9c /drivers/scsi/isci/sata.c
parent57f20f4ed6fb702339be2ef4dea9d15e6a7d0d07 (diff)
downloadlinux-fsl-qoriq-88f3b62ac131e2549b6c262cacbd47e8cca42d6e.tar.xz
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/sata.c')
-rw-r--r--drivers/scsi/isci/sata.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/scsi/isci/sata.c b/drivers/scsi/isci/sata.c
index c941d909..53ce0c2 100644
--- a/drivers/scsi/isci/sata.c
+++ b/drivers/scsi/isci/sata.c
@@ -54,8 +54,7 @@
*/
#include "isci.h"
-#include "scic_remote_device.h"
-#include "scic_sds_remote_device.h"
+#include "remote_device.h"
#include "scic_io_request.h"
#include "scic_task_request.h"
#include "task.h"