isci: unify isci_host data structures
Make it explicit that isci_host and scic_sds_controller are one in the same object. Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> [removed ->ihost back pointer] Signed-off-by: Dan Williams <dan.j.williams@intel.com>
This commit is contained in:

committed by
Dan Williams

parent
d06b487b78
commit
cc3dbd0a91
@@ -147,11 +147,6 @@ void isci_port_hard_reset_complete(
|
||||
int isci_port_perform_hard_reset(struct isci_host *ihost, struct isci_port *iport,
|
||||
struct isci_phy *iphy);
|
||||
|
||||
void isci_port_invalid_link_up(
|
||||
struct scic_sds_controller *scic,
|
||||
struct scic_sds_port *sci_port,
|
||||
struct scic_sds_phy *phy);
|
||||
|
||||
void isci_port_stop_complete(
|
||||
struct scic_sds_controller *scic,
|
||||
struct scic_sds_port *sci_port,
|
||||
|
Reference in New Issue
Block a user