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/Makefile | |
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/Makefile')
-rw-r--r-- | drivers/scsi/isci/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/drivers/scsi/isci/Makefile b/drivers/scsi/isci/Makefile index 522e7a7c062e..ccc8c53f501d 100644 --- a/drivers/scsi/isci/Makefile +++ b/drivers/scsi/isci/Makefile | |||
@@ -10,20 +10,19 @@ obj-$(CONFIG_SCSI_ISCI) += isci.o | |||
10 | isci-objs := init.o phy.o request.o sata.o \ | 10 | isci-objs := init.o phy.o request.o sata.o \ |
11 | remote_device.o port.o timers.o \ | 11 | remote_device.o port.o timers.o \ |
12 | host.o task.o probe_roms.o \ | 12 | host.o task.o probe_roms.o \ |
13 | stp_remote_device.o \ | ||
14 | smp_remote_device.o \ | ||
15 | remote_node_context.o \ | ||
16 | remote_node_table.o \ | ||
13 | core/scic_sds_controller.o \ | 17 | core/scic_sds_controller.o \ |
14 | core/scic_sds_remote_device.o \ | ||
15 | core/scic_sds_request.o \ | 18 | core/scic_sds_request.o \ |
16 | core/scic_sds_stp_request.o \ | 19 | core/scic_sds_stp_request.o \ |
17 | core/scic_sds_stp_packet_request.o \ | 20 | core/scic_sds_stp_packet_request.o \ |
18 | core/scic_sds_stp_remote_device.o \ | ||
19 | core/scic_sds_port.o \ | 21 | core/scic_sds_port.o \ |
20 | core/scic_sds_port_configuration_agent.o \ | 22 | core/scic_sds_port_configuration_agent.o \ |
21 | core/scic_sds_phy.o \ | 23 | core/scic_sds_phy.o \ |
22 | core/scic_sds_ssp_request.o \ | 24 | core/scic_sds_ssp_request.o \ |
23 | core/scic_sds_remote_node_context.o \ | ||
24 | core/scic_sds_smp_request.o \ | 25 | core/scic_sds_smp_request.o \ |
25 | core/scic_sds_smp_remote_device.o \ | ||
26 | core/scic_sds_remote_node_table.o \ | ||
27 | core/scic_sds_unsolicited_frame_control.o \ | 26 | core/scic_sds_unsolicited_frame_control.o \ |
28 | core/sci_base_state_machine.o \ | 27 | core/sci_base_state_machine.o \ |
29 | core/sci_util.o | 28 | core/sci_util.o |