summaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2013-07-10 14:11:41 +0200
committerDave Airlie <airlied@gmail.com>2013-07-23 19:20:24 +1000
commit494f38e4e0c5ffca110e361cd3391f25313b52c7 (patch)
tree55a4e4bf47d28840daa8ff503e102ea94368891a /include/drm
parent5379dc042257cbf0fa2c54b4fa29d7077da35a25 (diff)
downloadlinux-494f38e4e0c5ffca110e361cd3391f25313b52c7.tar.bz2
drm: kill dev->buf_readers and dev->buf_writers
Again totally unused, so just remove them. 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 040369571504..6cde92465130 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -1172,8 +1172,6 @@ struct drm_device {
/*@} */
struct fasync_struct *buf_async;/**< Processes waiting for SIGIO */
- wait_queue_head_t buf_readers; /**< Processes waiting to read */
- wait_queue_head_t buf_writers; /**< Processes waiting to ctx switch */
struct drm_agp_head *agp; /**< AGP data */