diff options
Diffstat (limited to 'include/linux/dma-fence.h')
-rw-r--r-- | include/linux/dma-fence.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dma-fence.h b/include/linux/dma-fence.h index efdabbb64e3c..4c008170fe65 100644 --- a/include/linux/dma-fence.h +++ b/include/linux/dma-fence.h | |||
@@ -242,7 +242,7 @@ static inline struct dma_fence *dma_fence_get_rcu(struct dma_fence *fence) | |||
242 | * The caller is required to hold the RCU read lock. | 242 | * The caller is required to hold the RCU read lock. |
243 | */ | 243 | */ |
244 | static inline struct dma_fence * | 244 | static inline struct dma_fence * |
245 | dma_fence_get_rcu_safe(struct dma_fence * __rcu *fencep) | 245 | dma_fence_get_rcu_safe(struct dma_fence __rcu **fencep) |
246 | { | 246 | { |
247 | do { | 247 | do { |
248 | struct dma_fence *fence; | 248 | struct dma_fence *fence; |