summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorKrishna Reddy <vdumpa@nvidia.com>2013-12-17 11:54:56 -0500
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:07:24 -0400
commit31635a02c638fbfdbde4f18b063022cc5991111a (patch)
tree9a225bdf6b783c505add868954bd655f1638af87 /include/linux
parent7c2cfac751c18cca954c69c6cc0913d51341878d (diff)
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 <vdumpa@nvidia.com> Reviewed-on: http://git-master/r/346532 Reviewed-by: Alex Waterman <alexw@nvidia.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/nvmap.h2
1 files changed, 0 insertions, 2 deletions
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,
67 67
68struct dma_buf *nvmap_dmabuf_export(struct nvmap_client *client, ulong user_id); 68struct dma_buf *nvmap_dmabuf_export(struct nvmap_client *client, ulong user_id);
69 69
70ulong nvmap_dmabuf_to_user_id(struct dma_buf *dmabuf);
71
72struct nvmap_client *nvmap_client_get_file(int fd); 70struct nvmap_client *nvmap_client_get_file(int fd);
73 71
74struct nvmap_client *nvmap_client_get(struct nvmap_client *client); 72struct nvmap_client *nvmap_client_get(struct nvmap_client *client);