diff options
Diffstat (limited to 'linux/mga_dma.h')
-rw-r--r-- | linux/mga_dma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/mga_dma.h b/linux/mga_dma.h index f844c39d..000dc6b2 100644 --- a/linux/mga_dma.h +++ b/linux/mga_dma.h @@ -10,7 +10,7 @@ typedef enum { } transferType_t; typedef struct { - unsigned int age; + drm_mga_freelist_t *my_freelist; } drm_mga_buf_priv_t; #define MGA_DMA_GENERAL 0 /* not used */ |