diff options
author | Daniel Vetter | 2013-07-10 14:11:35 +0200 |
---|---|---|
committer | Dave Airlie | 2013-07-23 19:20:18 +1000 |
commit | 492d774db34fd601b3db17218cf0ae262b51b5cf (patch) | |
tree | 8dd0a2af4be109e5d3fbb6153b9d9928f774e30a /include/drm | |
parent | e13af9a8340685cfe25d0c9f708da7121e0f51dd (diff) |
drm: remove drm_modctx ioctl and use drm_noop instead
It doesn't do anything, so kill the code.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@gmail.com>
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/drmP.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h index 12083dc862a9..523e5f2e3218 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h @@ -1335,8 +1335,6 @@ extern int drm_resctx(struct drm_device *dev, void *data, struct drm_file *file_priv); extern int drm_addctx(struct drm_device *dev, void *data, struct drm_file *file_priv); -extern int drm_modctx(struct drm_device *dev, void *data, - struct drm_file *file_priv); extern int drm_getctx(struct drm_device *dev, void *data, struct drm_file *file_priv); extern int drm_switchctx(struct drm_device *dev, void *data, |