summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorEdmund Nadolski <edmund.nadolski@intel.com>2011-02-08 18:09:10 +0300
committerDan Williams <dan.j.williams@intel.com>2011-07-03 11:36:31 +0400
commit74ea9c163a5c09638b453208cd129b686b85e91e (patch)
treedf7d057a84f32d26538df47d3ab3fcc6235d4b36 /drivers
parent6f231dda68080759f1aed3769896e94c73099f0f (diff)
downloadlinux-74ea9c163a5c09638b453208cd129b686b85e91e.tar.xz
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/scsi/isci/core/sci_types.h9
-rw-r--r--drivers/scsi/isci/host.h1
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 @@
#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 */
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 {
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;
};