]> err.no Git - linux-2.6/blobdiff - drivers/char/drm/drm_scatter.c
drm: remove drm_file_t, drm_device_t and drm_head_t typedefs
[linux-2.6] / drivers / char / drm / drm_scatter.c
index 6d8947a274efe6c6b350b3d4104aceb368139775..05849563190796d928de12d2d89163891bb6a62a 100644 (file)
@@ -65,8 +65,8 @@ void drm_sg_cleanup(drm_sg_mem_t * entry)
 int drm_sg_alloc(struct inode *inode, struct file *filp,
                 unsigned int cmd, unsigned long arg)
 {
-       drm_file_t *priv = filp->private_data;
-       drm_device_t *dev = priv->head->dev;
+       struct drm_file *priv = filp->private_data;
+       struct drm_device *dev = priv->head->dev;
        struct drm_scatter_gather __user *argp = (void __user *)arg;
        struct drm_scatter_gather request;
        drm_sg_mem_t *entry;
@@ -201,8 +201,8 @@ int drm_sg_alloc(struct inode *inode, struct file *filp,
 int drm_sg_free(struct inode *inode, struct file *filp,
                unsigned int cmd, unsigned long arg)
 {
-       drm_file_t *priv = filp->private_data;
-       drm_device_t *dev = priv->head->dev;
+       struct drm_file *priv = filp->private_data;
+       struct drm_device *dev = priv->head->dev;
        struct drm_scatter_gather request;
        drm_sg_mem_t *entry;