diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-07-10 17:51:10 +0200 |
---|---|---|
committer | Dave Airlie <airlied@gmail.com> | 2013-07-23 19:36:23 +1000 |
commit | 23367ff49065505e4a255dba2117f654ca26063f (patch) | |
tree | d66f3cea5c473c850ebb309f5ae57d8a0bd47953 /include/drm | |
parent | 1d8d29cf2a9956ec5ea2395232a8121577a6cfee (diff) | |
download | linux-23367ff49065505e4a255dba2117f654ca26063f.tar.gz linux-23367ff49065505e4a255dba2117f654ca26063f.tar.bz2 linux-23367ff49065505e4a255dba2117f654ca26063f.zip |
drm: rip out dev->last_checked
Only ever re-cleared in drm_setup, otherwise completely unused.
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drmP.h b/include/drm/drmP.h index 1ea404fd745d..dd03fd4239ad 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h @@ -1131,7 +1131,6 @@ struct drm_device { /*@{ */ int irq_enabled; /**< True if irq handler is enabled */ __volatile__ long context_flag; /**< Context swapping flag */ - int last_checked; /**< Last context checked for DMA */ int last_context; /**< Last current context */ /*@} */ |