diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2010-08-23 20:53:32 (GMT) |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-08-29 23:44:54 (GMT) |
commit | df8fcb09667c1b2c9dcf65de23f0bfa851e8138e (patch) | |
tree | c49982905d4f9e7bffb24b9ca8d54b47c406302e /include/drm/drmP.h | |
parent | 89c372647d1d698a96e2189ef4312a977b939839 (diff) | |
download | linux-df8fcb09667c1b2c9dcf65de23f0bfa851e8138e.tar.xz |
drm: kill dev->timer
Totally unused.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm/drmP.h')
-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 ffe6035..757b63a 100644 --- a/include/drm/drmP.h +++ b/include/drm/drmP.h @@ -964,7 +964,6 @@ struct drm_device { __volatile__ long context_flag; /**< Context swapping flag */ __volatile__ long interrupt_flag; /**< Interruption handler flag */ __volatile__ long dma_flag; /**< DMA dispatch flag */ - struct timer_list timer; /**< Timer for delaying ctx switch */ wait_queue_head_t context_wait; /**< Processes waiting on ctx switch */ int last_checked; /**< Last context checked for DMA */ int last_context; /**< Last current context */ |