aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drmP.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2013-08-08 15:41:16 +0200
committerDave Airlie <airlied@redhat.com>2013-08-19 10:03:26 +1000
commit45886af246d926304d5e990da63d55d9db3216c0 (patch)
tree7d042328d741779cb5c54ba127e6ca3a1cc341f8 /include/drm/drmP.h
parentdrm/radeon: kill firstopen callback for kms driver (diff)
downloadlinux-dev-45886af246d926304d5e990da63d55d9db3216c0.tar.xz
linux-dev-45886af246d926304d5e990da63d55d9db3216c0.zip
drm: kill dev->driver->set_version
Totally unused, so just rip it out. Anyway, we want drivers to be fully backwards compatible, allowing them to change behaviour is just a recipe for them to break badly. Reviewed-by: Eric Anholt <eric@anholt.net> Reviewed-by: Rob Clark <robdclark@gmail.com> 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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index 3ecdde6274be..813ca1d11728 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -883,8 +883,6 @@ struct drm_driver {
void (*irq_preinstall) (struct drm_device *dev);
int (*irq_postinstall) (struct drm_device *dev);
void (*irq_uninstall) (struct drm_device *dev);
- void (*set_version) (struct drm_device *dev,
- struct drm_set_version *sv);
/* Master routines */
int (*master_create)(struct drm_device *dev, struct drm_master *master);