isci: unify isci_phy and scic_sds_phy
commit852809559e4680ba4768262a6c3d21454fcd460e
authorDan Williams <dan.j.williams@intel.com>
Tue, 28 Jun 2011 22:05:53 +0000 (28 15:05 -0700)
committerDan Williams <dan.j.williams@intel.com>
Sun, 3 Jul 2011 11:04:52 +0000 (3 04:04 -0700)
treea67170a9dd2a4c9f15d215f4b96e890cdb53a7e7
parent5076a1a97e2fa61c847a5fdd4b1991faf7716da6
isci: unify isci_phy and scic_sds_phy

They are one in the same object so remove the distinction.  The near
duplicate fields (owning_port, and isci_port) will be cleaned up
after the scic_sds_port isci_port unification.

Reported-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/scsi/isci/host.c
drivers/scsi/isci/host.h
drivers/scsi/isci/phy.c
drivers/scsi/isci/phy.h
drivers/scsi/isci/port.c
drivers/scsi/isci/port.h
drivers/scsi/isci/port_config.c
drivers/scsi/isci/remote_device.c