aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drmP.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2013-07-10 08:11:39 -0400
committerDave Airlie <airlied@gmail.com>2013-07-23 05:20:21 -0400
commitc7e00b6d6a08772fac43b0fcea7fb48e6a1fe390 (patch)
tree5eab0f6f530c89a7a2fe391769d0aac3f9a0d6c1 /include/drm/drmP.h
parentc78d7531031cb6d163e7450bda563c267beef777 (diff)
drm: kill dev->ctx_start and dev->lck_start
Again completely unused, so just remove it. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Dave Airlie <airlied@gmail.com>
Diffstat (limited to 'include/drm/drmP.h')
-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 1ec806f76ad9..040369571504 100644
--- a/include/drm/drmP.h
+++ b/include/drm/drmP.h
@@ -1170,8 +1170,6 @@ struct drm_device {
1170 spinlock_t event_lock; 1170 spinlock_t event_lock;
1171 1171
1172 /*@} */ 1172 /*@} */
1173 cycles_t ctx_start;
1174 cycles_t lck_start;
1175 1173
1176 struct fasync_struct *buf_async;/**< Processes waiting for SIGIO */ 1174 struct fasync_struct *buf_async;/**< Processes waiting for SIGIO */
1177 wait_queue_head_t buf_readers; /**< Processes waiting to read */ 1175 wait_queue_head_t buf_readers; /**< Processes waiting to read */