diff options
Diffstat (limited to 'include/linux/dma-buf.h')
| -rw-r--r-- | include/linux/dma-buf.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/dma-buf.h b/include/linux/dma-buf.h index bae060fae862..ec212cb27fdc 100644 --- a/include/linux/dma-buf.h +++ b/include/linux/dma-buf.h @@ -306,7 +306,7 @@ struct dma_buf {  	struct module *owner;  	struct list_head list_node;  	void *priv; -	struct reservation_object *resv; +	struct dma_resv *resv;  	/* poll support */  	wait_queue_head_t poll; @@ -365,7 +365,7 @@ struct dma_buf_export_info {  	const struct dma_buf_ops *ops;  	size_t size;  	int flags; -	struct reservation_object *resv; +	struct dma_resv *resv;  	void *priv;  };  |