ANDROID: Partially revert "ANDROID: Add C protos for dma_buf/drm_prime get_uuid"

This partially reverts commit e556869703.

The attributed code was removed in:

  8067e36749 ("Revert "FROMLIST: dma-buf: add support for virtio exported objects"")

Change-Id: Ic217e3402c488c5cefda1741230e7162e09519e2
Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
Lee Jones
2021-06-03 16:59:54 +01:00
parent 40e2f0f4f0
commit b11b93f5cb

View File

@@ -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__ */