mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-08 15:08:05 +02:00
Remove unused type 'struct xgi_pcie_list_s' / xgi_pcie_list_t.
This commit is contained in:
parent
8fa24c53f5
commit
475c1e67ba
1 changed files with 0 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue