diff --git a/include/linux/dma-buf.h b/include/linux/dma-buf.h index 9d27e3106abd..bbb5116e6c02 100644 --- a/include/linux/dma-buf.h +++ b/include/linux/dma-buf.h @@ -588,6 +588,4 @@ int dma_buf_mmap(struct dma_buf *, struct vm_area_struct *, int dma_buf_vmap(struct dma_buf *dmabuf, struct dma_buf_map *map); void dma_buf_vunmap(struct dma_buf *dmabuf, struct dma_buf_map *map); int dma_buf_get_flags(struct dma_buf *dmabuf, unsigned long *flags); -int dma_buf_get_uuid(struct dma_buf *dmabuf, uuid_t *uuid); - #endif /* __DMA_BUF_H__ */