scsi: libsas: Delete enum sas_phy_type
[sfrench/cifs-2.6.git] / drivers / scsi / isci / phy.c
index ea2e339f5b1a031c9acf60a15c79b742097c0bdb..743a3c64b0da10b512449d6964e3bab8510d4e45 100644 (file)
@@ -1406,7 +1406,6 @@ void isci_phy_init(struct isci_phy *iphy, struct isci_host *ihost, int index)
        iphy->sas_phy.enabled = 1;
        iphy->sas_phy.iproto = SAS_PROTOCOL_ALL;
        iphy->sas_phy.tproto = 0;
-       iphy->sas_phy.type = PHY_TYPE_PHYSICAL;
        iphy->sas_phy.role = PHY_ROLE_INITIATOR;
        iphy->sas_phy.oob_mode = OOB_NOT_CONNECTED;
        iphy->sas_phy.linkrate = SAS_LINK_RATE_UNKNOWN;