Skip to content

Commit

Permalink
drm: kill dev->ctx_start and dev->lck_start
Browse files Browse the repository at this point in the history
Again completely unused, so just remove it.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@gmail.com>
  • Loading branch information
Daniel Vetter authored and Dave Airlie committed Jul 23, 2013
1 parent c78d753 commit c7e00b6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions drivers/gpu/drm/drm_fops.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ static int drm_setup(struct drm_device * dev)
dev->last_checked = 0;
dev->if_version = 0;

dev->ctx_start = 0;
dev->lck_start = 0;

dev->buf_async = NULL;
init_waitqueue_head(&dev->buf_readers);
init_waitqueue_head(&dev->buf_writers);
Expand Down
2 changes: 0 additions & 2 deletions include/drm/drmP.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit c7e00b6

Please sign in to comment.