drm: remove drm_file_t, drm_device_t and drm_head_t typedefs
[deliverable/linux.git] / drivers / char / drm / via_mm.c
index 2fcf0577a7aa9e5b4b52d37cf7e897b3238e2315..b609c48d07f232195f1b08218deaac93323f443a 100644 (file)
@@ -188,10 +188,10 @@ int via_mem_free(DRM_IOCTL_ARGS)
 }
 
 
-void via_reclaim_buffers_locked(drm_device_t * dev, struct file *filp)
+void via_reclaim_buffers_locked(struct drm_device * dev, struct file *filp)
 {
        drm_via_private_t *dev_priv = dev->dev_private;
-       drm_file_t *priv = filp->private_data;
+       struct drm_file *priv = filp->private_data;
 
        mutex_lock(&dev->struct_mutex);
        if (drm_sman_owner_clean(&dev_priv->sman, (unsigned long)priv)) {
This page took 0.030248 seconds and 5 git commands to generate.