diff options
author | Dave Airlie <airlied@linux.ie> | 2007-07-11 01:53:27 -0400 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-07-11 01:53:27 -0400 |
commit | 84b1fd103dbbe01b5905db1444d3fc8afa9a7207 (patch) | |
tree | 2088f4c8e68553e2d4f5d55fa7a714eb3fa09f9e /drivers/char/drm/via_dmablit.h | |
parent | c60ce623bd16137627009d05e311d877729f2ad6 (diff) |
drm: remove drm_file_t, drm_device_t and drm_head_t typedefs
some drivers still todo.
Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'drivers/char/drm/via_dmablit.h')
-rw-r--r-- | drivers/char/drm/via_dmablit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/drm/via_dmablit.h b/drivers/char/drm/via_dmablit.h index f4036cd5d0e0..6f6a513d5147 100644 --- a/drivers/char/drm/via_dmablit.h +++ b/drivers/char/drm/via_dmablit.h | |||
@@ -59,7 +59,7 @@ typedef struct _drm_via_sg_info { | |||
59 | } drm_via_sg_info_t; | 59 | } drm_via_sg_info_t; |
60 | 60 | ||
61 | typedef struct _drm_via_blitq { | 61 | typedef struct _drm_via_blitq { |
62 | drm_device_t *dev; | 62 | struct drm_device *dev; |
63 | uint32_t cur_blit_handle; | 63 | uint32_t cur_blit_handle; |
64 | uint32_t done_blit_handle; | 64 | uint32_t done_blit_handle; |
65 | unsigned serviced; | 65 | unsigned serviced; |