* [PATCH] drm/syncobj: Remove unused field
@ 2022-11-02 19:59 Rob Clark
0 siblings, 0 replies; only message in thread
From: Rob Clark @ 2022-11-02 19:59 UTC (permalink / raw)
To: dri-devel
Cc: Rob Clark, Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann,
David Airlie, Daniel Vetter, open list
From: Rob Clark <robdclark@chromium.org>
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@chromium.org>
---
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-11-02 20:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-02 19:59 [PATCH] drm/syncobj: Remove unused field Rob Clark
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome