summaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
diff options
context:
space:
mode:
authorroot <airlied@linux.ie>2007-06-03 18:12:28 +1000
committerroot <airlied@linux.ie>2007-06-03 18:12:28 +1000
commita4cddc6596b30dfa781eb7803de5b60aca50f112 (patch)
tree17fe0602a6a35757135543ad4afd5e3ea26fc1d7 /linux-core/drmP.h
parent8d95f4bd91fcc46b3e59767cb86b6c99bc8679c3 (diff)
Revert "drm: add new drm_wait_on function to replace macro"
This reverts commit 6e860d08d0f5b1e9a2d711aaf9fd6b982aa8039e. As I said not a good plan - this macro will have to stay for now, trying to do the vbl code with the inline was a bit messy - may need specialised drm wait on functions
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r--linux-core/drmP.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index f988db35..94cb4eee 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -1130,9 +1130,7 @@ extern struct drm_sysfs_class *drm_class;
extern struct proc_dir_entry *drm_proc_root;
extern drm_local_map_t *drm_getsarea(struct drm_device *dev);
-extern int drm_wait_on(drm_device_t *dev, wait_queue_head_t *queue,
- int timeout, int (*fn)(drm_device_t *dev, void *priv),
- void *priv);
+
/* Proc support (drm_proc.h) */
extern int drm_proc_init(drm_device_t * dev,
int minor,