summaryrefslogtreecommitdiff
path: root/include/drm/drmP.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2010-08-23 20:53:33 (GMT)
committerDave Airlie <airlied@redhat.com>2010-08-29 23:38:18 (GMT)
commitfd2e7931cdefa8e9acf63f0a4efd61ae0f89e77b (patch)
treeea2d64ccff37e5d97ed94abab8851ac89dd5d1da /include/drm/drmP.h
parent23ddc0243d7313942b94f1a2e44e6394f7bb996e (diff)
downloadlinux-fsl-qoriq-fd2e7931cdefa8e9acf63f0a4efd61ae0f89e77b.tar.xz
drm: kill gem_free_object_unlocked driver callback
Not used by any current driver. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm/drmP.h')
-rw-r--r--include/drm/drmP.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index d5a2b88..6dbdbf4 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -802,7 +802,6 @@ struct drm_driver {
*/
int (*gem_init_object) (struct drm_gem_object *obj);
void (*gem_free_object) (struct drm_gem_object *obj);
- void (*gem_free_object_unlocked) (struct drm_gem_object *obj);
/* vga arb irq handler */
void (*vgaarb_irq)(struct drm_device *dev, bool state);