[PATCH] drm/syncobj: Remove unused field

From: Rob Clark
Date: Wed Nov 02 2022 - 16:00:24 EST


From: Rob Clark <robdclark@xxxxxxxxxxxx>

Seems to be a leftover after commit e7cdf5c82f17 ("drm/syncobj: Stop
reusing the same struct file for all syncobj -> fd").

Signed-off-by: Rob Clark <robdclark@xxxxxxxxxxxx>
---
include/drm/drm_syncobj.h | 4 ----
1 file changed, 4 deletions(-)

diff --git a/include/drm/drm_syncobj.h b/include/drm/drm_syncobj.h
index 6cf7243a1dc5..affc4d8e50e2 100644
--- a/include/drm/drm_syncobj.h
+++ b/include/drm/drm_syncobj.h
@@ -57,10 +57,6 @@ struct drm_syncobj {
* @lock: Protects &cb_list and write-locks &fence.
*/
spinlock_t lock;
- /**
- * @file: A file backing for this syncobj.
- */
- struct file *file;
};

void drm_syncobj_free(struct kref *kref);
--
2.38.1