summaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2010-08-23 22:53:29 +0200
committerDave Airlie <airlied@redhat.com>2010-08-30 09:38:25 +1000
commitb3da8f7d2d1fa81fb65cb3f5d9e50dde40a83182 (patch)
tree3fcc266b657a1b16f644eb214e3c774047fdea6f /include/drm
parentfd2e7931cdefa8e9acf63f0a4efd61ae0f89e77b (diff)
downloadop-kernel-dev-b3da8f7d2d1fa81fb65cb3f5d9e50dde40a83182.zip
op-kernel-dev-b3da8f7d2d1fa81fb65cb3f5d9e50dde40a83182.tar.gz
drm: kill context_ctor callback
It's not used by any driver. The destructor callback is unfortunately used by the via driver in a rather convoluted piece of code used to reimplement something resembling broken futexes. I didn't dare to touch this code. But at least kill the needless NULL assignemt in the sis driver. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm')
-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 6dbdbf4..eb4f7ed 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -700,7 +700,6 @@ struct drm_driver {
int (*resume) (struct drm_device *);
int (*dma_ioctl) (struct drm_device *dev, void *data, struct drm_file *file_priv);
int (*dma_quiescent) (struct drm_device *);
- int (*context_ctor) (struct drm_device *dev, int context);
int (*context_dtor) (struct drm_device *dev, int context);
/**
OpenPOWER on IntegriCloud