Loading drivers/scsi/isci/core/sci_types.h +0 −9 Original line number Diff line number Diff line Loading @@ -63,15 +63,6 @@ #define SCI_INVALID_HANDLE 0x0 /** * The SCI_LIBRARY_HANDLE_T will be utilized by SCI users as an opaque handle * for the SCI Library object. * * SCI_LIBRARY_HANDLE_T */ typedef void *SCI_LIBRARY_HANDLE_T; typedef enum { SCI_IO_REQUEST_DATA_IN = 0, /* Read operation */ SCI_IO_REQUEST_DATA_OUT, /* Write operation */ Loading drivers/scsi/isci/host.h +0 −1 Original line number Diff line number Diff line Loading @@ -143,7 +143,6 @@ struct isci_host { struct isci_pci_info { struct msix_entry msix_entries[SCI_MAX_MSIX_INT]; int core_lib_array_index; SCI_LIBRARY_HANDLE_T core_lib_handle; struct isci_host *hosts; }; Loading Loading
drivers/scsi/isci/core/sci_types.h +0 −9 Original line number Diff line number Diff line Loading @@ -63,15 +63,6 @@ #define SCI_INVALID_HANDLE 0x0 /** * The SCI_LIBRARY_HANDLE_T will be utilized by SCI users as an opaque handle * for the SCI Library object. * * SCI_LIBRARY_HANDLE_T */ typedef void *SCI_LIBRARY_HANDLE_T; typedef enum { SCI_IO_REQUEST_DATA_IN = 0, /* Read operation */ SCI_IO_REQUEST_DATA_OUT, /* Write operation */ Loading
drivers/scsi/isci/host.h +0 −1 Original line number Diff line number Diff line Loading @@ -143,7 +143,6 @@ struct isci_host { struct isci_pci_info { struct msix_entry msix_entries[SCI_MAX_MSIX_INT]; int core_lib_array_index; SCI_LIBRARY_HANDLE_T core_lib_handle; struct isci_host *hosts; }; Loading