Remove unused type 'struct xgi_pcie_list_s' / xgi_pcie_list_t.

This commit is contained in:
Ian Romanick 2007-06-28 23:40:36 -07:00
parent 8fa24c53f5
commit 475c1e67ba

View file

@ -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;