diff options
author | Ian Romanick <idr@us.ibm.com> | 2007-06-28 23:40:36 -0700 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2007-06-28 23:40:36 -0700 |
commit | 475c1e67bacabb89c568c7482991451d223c53ae (patch) | |
tree | 36ec77be86109988811edeb42afc3ab1eec0698f | |
parent | 8fa24c53f5851a2d3ad2da31ee56a4fd5abbd543 (diff) |
Remove unused type 'struct xgi_pcie_list_s' / xgi_pcie_list_t.
-rw-r--r-- | linux-core/xgi_pcie.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/linux-core/xgi_pcie.h b/linux-core/xgi_pcie.h index 32c2b584..6e8e45b9 100644 --- a/linux-core/xgi_pcie.h +++ b/linux-core/xgi_pcie.h @@ -58,11 +58,6 @@ typedef struct xgi_pcie_block_s { unsigned long processID; } xgi_pcie_block_t; -typedef struct xgi_pcie_list_s { - xgi_pcie_block_t *head; - xgi_pcie_block_t *tail; -} xgi_pcie_list_t; - typedef struct xgi_pcie_heap_s { struct list_head free_list; struct list_head used_list; |