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:
Artur Wojcik
2011-05-04 07:58:16 +00:00
committed by Dan Williams
parent d06b487b78
commit cc3dbd0a91
18 changed files with 83 additions and 163 deletions

View File

@@ -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,