diff options
| author | Krishna Reddy <vdumpa@nvidia.com> | 2013-12-17 11:54:56 -0500 |
|---|---|---|
| committer | Dan Willemsen <dwillemsen@nvidia.com> | 2015-03-18 15:07:24 -0400 |
| commit | 31635a02c638fbfdbde4f18b063022cc5991111a (patch) | |
| tree | 9a225bdf6b783c505add868954bd655f1638af87 /include/linux | |
| parent | 7c2cfac751c18cca954c69c6cc0913d51341878d (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.h | 2 |
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 | ||
| 68 | struct dma_buf *nvmap_dmabuf_export(struct nvmap_client *client, ulong user_id); | 68 | struct dma_buf *nvmap_dmabuf_export(struct nvmap_client *client, ulong user_id); |
| 69 | 69 | ||
| 70 | ulong nvmap_dmabuf_to_user_id(struct dma_buf *dmabuf); | ||
| 71 | |||
| 72 | struct nvmap_client *nvmap_client_get_file(int fd); | 70 | struct nvmap_client *nvmap_client_get_file(int fd); |
| 73 | 71 | ||
| 74 | struct nvmap_client *nvmap_client_get(struct nvmap_client *client); | 72 | struct nvmap_client *nvmap_client_get(struct nvmap_client *client); |
