diff options
Diffstat (limited to 'linux-core')
-rw-r--r-- | linux-core/drmP.h | 5 |
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; }; /** |