]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/drm/drm_fops.c
drm: detypedeffing continues...
[linux-2.6-omap-h63xx.git] / drivers / char / drm / drm_fops.c
index ef2a28af136f7094ed2ad5070810d9586ee5f40d..7bc51bac450d70210fee213275536148ebc8654b 100644 (file)
@@ -401,7 +401,7 @@ int drm_release(struct inode *inode, struct file *filp)
 
        mutex_lock(&dev->ctxlist_mutex);
        if (!list_empty(&dev->ctxlist)) {
-               drm_ctx_list_t *pos, *n;
+               struct drm_ctx_list *pos, *n;
 
                list_for_each_entry_safe(pos, n, &dev->ctxlist, head) {
                        if (pos->tag == priv &&