Tear down a scsi_hosts sas data structures
void sas_remove_host(struct Scsi_Host * shost);
shost
Scsi Host that is torn down
Removes all SAS PHYs and remote PHYs for a given Scsi_Host. Must be called just before scsi_remove_host for SAS HBAs.
James Bottomley <[email protected]>
Author.
Rob Landley <[email protected]>