diff options
author | Dan Williams <dan.j.williams@intel.com> | 2011-05-10 13:28:49 +0400 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2011-07-03 15:04:47 +0400 |
commit | 5dec6f4e41340196d223caf922578c44dfe2295a (patch) | |
tree | df5c8395f8cbabd1f4b77200b7e339cfbcd72e11 /drivers/scsi/isci/Makefile | |
parent | c72086e3c2897eaca5b99c005dd9844fdc784981 (diff) | |
download | linux-5dec6f4e41340196d223caf922578c44dfe2295a.tar.xz |
isci: merge stp request substates into primary state machine
Remove usage of the request substate machine for stp requests, and kill
the request substate infrastructure.
Similar to the previous conversions this adds the substates to the
primary state machine and arranges for the 'started' state to transition
to the proper stp substate.
Reported-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/scsi/isci/Makefile')
-rw-r--r-- | drivers/scsi/isci/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/isci/Makefile b/drivers/scsi/isci/Makefile index be2b67d0df89..86b0c88e91a6 100644 --- a/drivers/scsi/isci/Makefile +++ b/drivers/scsi/isci/Makefile @@ -6,5 +6,4 @@ isci-objs := init.o phy.o request.o sata.o \ remote_node_context.o \ remote_node_table.o \ unsolicited_frame_control.o \ - stp_request.o \ port_config.o \ |