summaryrefslogtreecommitdiff
path: root/linux-core
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-07-30 11:29:32 -0700
committerEric Anholt <eric@anholt.net>2008-07-30 11:29:32 -0700
commit689548b5270a0049cfaf844013ef61ad4c9eaeea (patch)
treeb682f369ec1c7fda11fdb85c731c61136fd83752 /linux-core
parent33c8e03787308c2b86a4f724ba7ce4dc43918b6a (diff)
intel-gem: Remove dead field from reverted changes.
Diffstat (limited to 'linux-core')
-rw-r--r--linux-core/drmP.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index 56522073..36a3d898 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -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;
};
/**