drm: remove drm_file_t, drm_device_t and drm_head_t typedefs
[deliverable/linux.git] / drivers / char / drm / via_dmablit.h
index f4036cd5d0e00ea4e035662cf027545eab427de6..6f6a513d51474a6ba72a5f7aca524207e1fc2785 100644 (file)
@@ -59,7 +59,7 @@ typedef struct _drm_via_sg_info {
 } drm_via_sg_info_t;
 
 typedef struct _drm_via_blitq {
-       drm_device_t *dev;
+       struct drm_device *dev;
        uint32_t cur_blit_handle;
        uint32_t done_blit_handle;
        unsigned serviced;
This page took 0.035761 seconds and 5 git commands to generate.