Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254310
b: refs/heads/master
c: 74ea9c1
h: refs/heads/master
v: v3
  • Loading branch information
Edmund Nadolski authored and Dan Williams committed Jul 3, 2011
1 parent f8e3c3c commit 092fdd3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6f231dda68080759f1aed3769896e94c73099f0f
refs/heads/master: 74ea9c163a5c09638b453208cd129b686b85e91e
9 changes: 0 additions & 9 deletions trunk/drivers/scsi/isci/core/sci_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/scsi/isci/host.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit 092fdd3

Please sign in to comment.