summaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2013-07-10 14:11:35 +0200
committerDave Airlie <airlied@gmail.com>2013-07-23 19:20:18 +1000
commit492d774db34fd601b3db17218cf0ae262b51b5cf (patch)
tree8dd0a2af4be109e5d3fbb6153b9d9928f774e30a /include/drm
parente13af9a8340685cfe25d0c9f708da7121e0f51dd (diff)
downloadop-kernel-dev-492d774db34fd601b3db17218cf0ae262b51b5cf.zip
op-kernel-dev-492d774db34fd601b3db17218cf0ae262b51b5cf.tar.gz
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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h
index 12083dc..523e5f2 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,
OpenPOWER on IntegriCloud