From 31635a02c638fbfdbde4f18b063022cc5991111a Mon Sep 17 00:00:00 2001 From: Krishna Reddy Date: Tue, 17 Dec 2013 08:54:56 -0800 Subject: video: tegra: nvmap: remove nvmap_dmabuf_to_user_id remove obsolete API nvmap_dmabuf_to_user_id. Change-Id: I506e438f8b78329b47b74be617c6fa20f0711504 Signed-off-by: Krishna Reddy Reviewed-on: http://git-master/r/346532 Reviewed-by: Alex Waterman --- include/linux/nvmap.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/linux') diff --git a/include/linux/nvmap.h b/include/linux/nvmap.h index 5ce9f5b5c..362c68937 100644 --- a/include/linux/nvmap.h +++ b/include/linux/nvmap.h @@ -67,8 +67,6 @@ struct dma_buf *nvmap_alloc_dmabuf(size_t size, size_t align, struct dma_buf *nvmap_dmabuf_export(struct nvmap_client *client, ulong user_id); -ulong nvmap_dmabuf_to_user_id(struct dma_buf *dmabuf); - struct nvmap_client *nvmap_client_get_file(int fd); struct nvmap_client *nvmap_client_get(struct nvmap_client *client); -- cgit v1.2.2