diff options
author | Daniel Vetter | 2013-07-10 14:11:37 +0200 |
---|---|---|
committer | Dave Airlie | 2013-07-23 19:20:20 +1000 |
commit | a17800c70129d5976a52c42f04a16a0f1d9df4b2 (patch) | |
tree | df40741a025dbf7715ba4cb3001b3f0af65592cf /include | |
parent | 3dadef6c96c8aa6e67f83b30504256a0605ee4d6 (diff) |
drm: remove dev->last_switch
Only ever assigned in the context code for real, with no readers
anywhere. Remove it.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/drm/drmP.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h index 449913313100..089e82028e7a 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h @@ -1135,7 +1135,6 @@ struct drm_device { __volatile__ long dma_flag; /**< DMA dispatch flag */ int last_checked; /**< Last context checked for DMA */ int last_context; /**< Last current context */ - unsigned long last_switch; /**< jiffies at last context switch */ /*@} */ struct work_struct work; |