drm: remove drm_file_t, drm_device_t and drm_head_t typedefs
[deliverable/linux.git] / drivers / char / drm / via_verifier.h
index b77f59df027884482a65f7e690ec832e5c0379d2..28b50296a7bdfb18453a0eff61b59c7c4d7269fc 100644 (file)
@@ -47,7 +47,7 @@ typedef struct {
        drm_via_sequence_t unfinished;
        int agp_texture;
        int multitex;
-       drm_device_t *dev;
+       struct drm_device *dev;
        drm_local_map_t *map_cache;
        uint32_t vertex_count;
        int agp;
@@ -55,8 +55,8 @@ typedef struct {
 } drm_via_state_t;
 
 extern int via_verify_command_stream(const uint32_t * buf, unsigned int size,
-                                    drm_device_t * dev, int agp);
-extern int via_parse_command_stream(drm_device_t *dev, const uint32_t *buf,
+                                    struct drm_device * dev, int agp);
+extern int via_parse_command_stream(struct drm_device *dev, const uint32_t *buf,
                                    unsigned int size);
 
 #endif
This page took 0.025816 seconds and 5 git commands to generate.