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>
This commit is contained in:

committed by
Dave Airlie

parent
c78d753103
commit
c7e00b6d6a
@@ -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 */
|
||||
|
Reference in New Issue
Block a user