summaryrefslogtreecommitdiff
path: root/drivers/scsi/isci/phy.h
diff options
context:
space:
mode:
authorDave Jiang <dave.jiang@intel.com>2011-05-05 01:08:35 (GMT)
committerDan Williams <dan.j.williams@intel.com>2011-07-03 11:04:46 (GMT)
commitf700ad4331d55df729a36b2602c4abe2d855036f (patch)
tree81d9d1cb8b6973e2c79ecc65d6f3f8604b9dd9c5 /drivers/scsi/isci/phy.h
parentd20930a2b3271b233f4bef3c59ce602dfc9e5d83 (diff)
downloadlinux-fsl-qoriq-f700ad4331d55df729a36b2602c4abe2d855036f.tar.xz
isci: remove redundant copies of IAF
We need to remove the extra copies of identify address frame that's being kept around. We only need the one copy that libsas is using. Signed-off-by: Dave Jiang <dave.jiang@intel.com> [further cleanups] Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/scsi/isci/phy.h')
-rw-r--r--drivers/scsi/isci/phy.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/scsi/isci/phy.h b/drivers/scsi/isci/phy.h
index 3100fd8..d4c4975 100644
--- a/drivers/scsi/isci/phy.h
+++ b/drivers/scsi/isci/phy.h
@@ -71,11 +71,8 @@
*/
struct isci_phy {
-
struct scic_sds_phy *sci_phy_handle;
-
struct asd_sas_phy sas_phy;
- struct sas_identify_frame *frame;
struct isci_port *isci_port;
u8 sas_addr[SAS_ADDR_SIZE];