From cf6d5a8c90cba0b7b4e57aaccff01f0e47e2d878 Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Mon, 21 May 2012 21:14:03 +0300 Subject: video: tegra: nvmap: Export nvmap_duplicate_handle_id Export nvmap_duplicate_handle_id() for usage by other drivers. It is already being used in nvavp and tegradc, and nvhost needs it to be able to move the relocation code to inside nvhost. Bug 965206 Change-Id: I3f818d1faa967886e834aa457a99dfdb61bc6b85 Signed-off-by: Terje Bergstrom Reviewed-on: http://git-master/r/103587 Reviewed-by: Automatic_Commit_Validation_User --- drivers/video/tegra/nvmap/nvmap.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'drivers') diff --git a/drivers/video/tegra/nvmap/nvmap.h b/drivers/video/tegra/nvmap/nvmap.h index fc811abe3740..b0fb70f64a5c 100644 --- a/drivers/video/tegra/nvmap/nvmap.h +++ b/drivers/video/tegra/nvmap/nvmap.h @@ -204,9 +204,6 @@ struct nvmap_handle *nvmap_get_handle_id(struct nvmap_client *client, struct nvmap_handle_ref *nvmap_create_handle(struct nvmap_client *client, size_t size); -struct nvmap_handle_ref *nvmap_duplicate_handle_id(struct nvmap_client *client, - unsigned long id); - int nvmap_alloc_handle_id(struct nvmap_client *client, unsigned long id, unsigned int heap_mask, size_t align, unsigned int flags); -- cgit v1.2.3