aboutsummaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
diff options
context:
space:
mode:
authorThomas Hellstrom <unichrome@shipmail.org>2005-08-12 14:19:33 +0000
committerThomas Hellstrom <unichrome@shipmail.org>2005-08-12 14:19:33 +0000
commitcdf49e57329803709fe26cbc103c318bc9292ddb (patch)
treeaef46b9e511cf7d8f1a4a2014736bdd2937a7fbd /linux-core/drmP.h
parent4931d785ed0bf9f75200ed530c4061efe2d24a63 (diff)
Reverting the previous via security-fix commit, since the assumption of
contexts registered with the callers filp was wrong.
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r--linux-core/drmP.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index 8fed5e72..2b4dbcf6 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -838,7 +838,6 @@ extern int drm_context_switch_complete(drm_device_t * dev, int new);
extern int drm_ctxbitmap_init(drm_device_t * dev);
extern void drm_ctxbitmap_cleanup(drm_device_t * dev);
extern void drm_ctxbitmap_free(drm_device_t * dev, int ctx_handle);
-extern int drm_check_context(drm_file_t *priv, drm_context_t handle);
extern int drm_setsareactx(struct inode *inode, struct file *filp,
unsigned int cmd, unsigned long arg);