isci: unify isci_host and scic_sds_controller
Remove the distinction between these two implementations and unify on isci_host (local instances named ihost). Hmmm, we had two 'oem_parameters' instances, one was unused... nice. Reported-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
This commit is contained in:
@@ -165,7 +165,7 @@ struct scic_sds_oem_params;
|
||||
int scic_oem_parameters_validate(struct scic_sds_oem_params *oem);
|
||||
|
||||
union scic_oem_parameters;
|
||||
void scic_oem_parameters_get(struct scic_sds_controller *scic,
|
||||
void scic_oem_parameters_get(struct isci_host *ihost,
|
||||
union scic_oem_parameters *oem);
|
||||
|
||||
struct isci_orom;
|
||||
|
Reference in New Issue
Block a user