diff options
author | Edmund Nadolski <edmund.nadolski@intel.com> | 2011-02-08 10:09:10 -0500 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2011-07-03 03:36:31 -0400 |
commit | 74ea9c163a5c09638b453208cd129b686b85e91e (patch) | |
tree | df7d057a84f32d26538df47d3ab3fcc6235d4b36 | |
parent | 6f231dda68080759f1aed3769896e94c73099f0f (diff) |
isci: remove unused SC_LIBRARY_HANDLE_T typedef
Signed-off-by: Edmund Nadolski <edmund.nadolski@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
-rw-r--r-- | drivers/scsi/isci/core/sci_types.h | 9 | ||||
-rw-r--r-- | drivers/scsi/isci/host.h | 1 |
2 files changed, 0 insertions, 10 deletions
diff --git a/drivers/scsi/isci/core/sci_types.h b/drivers/scsi/isci/core/sci_types.h index 431735d1a589..72a56bf40811 100644 --- a/drivers/scsi/isci/core/sci_types.h +++ b/drivers/scsi/isci/core/sci_types.h | |||
@@ -63,15 +63,6 @@ | |||
63 | 63 | ||
64 | #define SCI_INVALID_HANDLE 0x0 | 64 | #define SCI_INVALID_HANDLE 0x0 |
65 | 65 | ||
66 | /** | ||
67 | * The SCI_LIBRARY_HANDLE_T will be utilized by SCI users as an opaque handle | ||
68 | * for the SCI Library object. | ||
69 | * | ||
70 | * SCI_LIBRARY_HANDLE_T | ||
71 | */ | ||
72 | typedef void *SCI_LIBRARY_HANDLE_T; | ||
73 | |||
74 | |||
75 | typedef enum { | 66 | typedef enum { |
76 | SCI_IO_REQUEST_DATA_IN = 0, /* Read operation */ | 67 | SCI_IO_REQUEST_DATA_IN = 0, /* Read operation */ |
77 | SCI_IO_REQUEST_DATA_OUT, /* Write operation */ | 68 | SCI_IO_REQUEST_DATA_OUT, /* Write operation */ |
diff --git a/drivers/scsi/isci/host.h b/drivers/scsi/isci/host.h index 3530076d6107..4f4b99d29589 100644 --- a/drivers/scsi/isci/host.h +++ b/drivers/scsi/isci/host.h | |||
@@ -143,7 +143,6 @@ struct isci_host { | |||
143 | struct isci_pci_info { | 143 | struct isci_pci_info { |
144 | struct msix_entry msix_entries[SCI_MAX_MSIX_INT]; | 144 | struct msix_entry msix_entries[SCI_MAX_MSIX_INT]; |
145 | int core_lib_array_index; | 145 | int core_lib_array_index; |
146 | SCI_LIBRARY_HANDLE_T core_lib_handle; | ||
147 | struct isci_host *hosts; | 146 | struct isci_host *hosts; |
148 | }; | 147 | }; |
149 | 148 | ||