aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drmP.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2013-07-10 14:11:39 +0200
committerDave Airlie <airlied@gmail.com>2013-07-23 19:20:21 +1000
commitc7e00b6d6a08772fac43b0fcea7fb48e6a1fe390 (patch)
tree5eab0f6f530c89a7a2fe391769d0aac3f9a0d6c1 /include/drm/drmP.h
parentdrm: kill dev->interrupt_flag and dev->dma_flag (diff)
downloadlinux-dev-c7e00b6d6a08772fac43b0fcea7fb48e6a1fe390.tar.xz
linux-dev-c7e00b6d6a08772fac43b0fcea7fb48e6a1fe390.zip
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 {
spinlock_t event_lock;
/*@} */
- cycles_t ctx_start;
- cycles_t lck_start;
struct fasync_struct *buf_async;/**< Processes waiting for SIGIO */
wait_queue_head_t buf_readers; /**< Processes waiting to read */