From b11b93f5cbcb1c41d2a9438486b2066ebe9b77c2 Mon Sep 17 00:00:00 2001 From: Lee Jones Date: Thu, 3 Jun 2021 16:59:54 +0100 Subject: [PATCH] ANDROID: Partially revert "ANDROID: Add C protos for dma_buf/drm_prime get_uuid" This partially reverts commit e556869703e424ada823f5dea968ab248f9f0882. The attributed code was removed in: 8067e36749945 ("Revert "FROMLIST: dma-buf: add support for virtio exported objects"") Change-Id: Ic217e3402c488c5cefda1741230e7162e09519e2 Signed-off-by: Lee Jones --- include/linux/dma-buf.h | 2 -- 1 file changed, 2 deletions(-) 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__ */