intel-gem: Remove dead field from reverted changes.

main
Eric Anholt 2008-07-30 11:29:32 -07:00
parent 33c8e03787
commit 689548b527
1 changed files with 0 additions and 5 deletions

View File

@ -474,11 +474,6 @@ struct drm_lock_data {
uint32_t kernel_waiters;
uint32_t user_waiters;
int idle_has_lock;
/**
* Boolean signaling that the lock is held on behalf of the
* file_priv client by the kernel in an ioctl handler.
*/
int kernel_held;
};
/**