diff options
Diffstat (limited to 'include/linux/dma-buf.h')
-rw-r--r-- | include/linux/dma-buf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dma-buf.h b/include/linux/dma-buf.h index 79f27d60ec66..085db2fee2d7 100644 --- a/include/linux/dma-buf.h +++ b/include/linux/dma-buf.h | |||
@@ -301,7 +301,7 @@ struct dma_buf { | |||
301 | struct dma_fence_cb cb; | 301 | struct dma_fence_cb cb; |
302 | wait_queue_head_t *poll; | 302 | wait_queue_head_t *poll; |
303 | 303 | ||
304 | unsigned long active; | 304 | __poll_t active; |
305 | } cb_excl, cb_shared; | 305 | } cb_excl, cb_shared; |
306 | }; | 306 | }; |
307 | 307 | ||