summaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2010-08-23 22:53:25 +0200
committerDave Airlie <airlied@redhat.com>2010-08-30 09:38:12 +1000
commit23ddc0243d7313942b94f1a2e44e6394f7bb996e (patch)
tree33519710bd456a48fb8f7a7e572618d5ddc8471b /include/drm
parentbe72ae26b11478c00c64858c86b647b438791671 (diff)
downloadop-kernel-dev-23ddc0243d7313942b94f1a2e44e6394f7bb996e.zip
op-kernel-dev-23ddc0243d7313942b94f1a2e44e6394f7bb996e.tar.gz
drm: kill dma_ready callbacks
Not used by any driver. So drop it. 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 0d7af3f..d5a2b88 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -699,7 +699,6 @@ struct drm_driver {
int (*suspend) (struct drm_device *, pm_message_t state);
int (*resume) (struct drm_device *);
int (*dma_ioctl) (struct drm_device *dev, void *data, struct drm_file *file_priv);
- void (*dma_ready) (struct drm_device *);
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