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
@@ -85,8 +85,6 @@ struct isci_phy {
|
||||
#define to_isci_phy(p) \
|
||||
container_of(p, struct isci_phy, sas_phy);
|
||||
|
||||
struct isci_host;
|
||||
|
||||
void isci_phy_init(
|
||||
struct isci_phy *phy,
|
||||
struct isci_host *isci_host,
|
||||
|
Reference in New Issue
Block a user