diff options
Diffstat (limited to 'include/drm/drm_syncobj.h')
-rw-r--r-- | include/drm/drm_syncobj.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_syncobj.h b/include/drm/drm_syncobj.h index 43e2f382d2f0..9e8ba90c6784 100644 --- a/include/drm/drm_syncobj.h +++ b/include/drm/drm_syncobj.h | |||
@@ -49,7 +49,7 @@ struct drm_syncobj { | |||
49 | * This field should not be used directly. Use drm_syncobj_fence_get | 49 | * This field should not be used directly. Use drm_syncobj_fence_get |
50 | * and drm_syncobj_replace_fence instead. | 50 | * and drm_syncobj_replace_fence instead. |
51 | */ | 51 | */ |
52 | struct dma_fence *fence; | 52 | struct dma_fence __rcu *fence; |
53 | /** | 53 | /** |
54 | * @cb_list: | 54 | * @cb_list: |
55 | * List of callbacks to call when the fence gets replaced | 55 | * List of callbacks to call when the fence gets replaced |