Commit 74ea9c16 authored by Edmund Nadolski's avatar Edmund Nadolski Committed by Dan Williams

isci: remove unused SC_LIBRARY_HANDLE_T typedef

Signed-off-by: default avatarEdmund Nadolski <edmund.nadolski@intel.com>
Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
parent 6f231dda
...@@ -63,15 +63,6 @@ ...@@ -63,15 +63,6 @@
#define SCI_INVALID_HANDLE 0x0 #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 { typedef enum {
SCI_IO_REQUEST_DATA_IN = 0, /* Read operation */ SCI_IO_REQUEST_DATA_IN = 0, /* Read operation */
SCI_IO_REQUEST_DATA_OUT, /* Write operation */ SCI_IO_REQUEST_DATA_OUT, /* Write operation */
......
...@@ -143,7 +143,6 @@ struct isci_host { ...@@ -143,7 +143,6 @@ struct isci_host {
struct isci_pci_info { struct isci_pci_info {
struct msix_entry msix_entries[SCI_MAX_MSIX_INT]; struct msix_entry msix_entries[SCI_MAX_MSIX_INT];
int core_lib_array_index; int core_lib_array_index;
SCI_LIBRARY_HANDLE_T core_lib_handle;
struct isci_host *hosts; struct isci_host *hosts;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment