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:
@@ -214,9 +214,9 @@ struct scic_sds_unsolicited_frame_control {
|
||||
|
||||
};
|
||||
|
||||
struct scic_sds_controller;
|
||||
struct isci_host;
|
||||
|
||||
int scic_sds_unsolicited_frame_control_construct(struct scic_sds_controller *scic);
|
||||
int scic_sds_unsolicited_frame_control_construct(struct isci_host *ihost);
|
||||
|
||||
enum sci_status scic_sds_unsolicited_frame_control_get_header(
|
||||
struct scic_sds_unsolicited_frame_control *uf_control,
|
||||
|
Reference in New Issue
Block a user