]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
video: tegra: nvmap: remove nvmap_heap_device_to_arg
authorKrishna Reddy <vdumpa@nvidia.com>
Mon, 13 Jan 2014 21:57:24 +0000 (13:57 -0800)
committerKrishna Reddy <vdumpa@nvidia.com>
Wed, 15 Jan 2014 17:23:38 +0000 (09:23 -0800)
remove unsued function prototype nvmap_heap_device_to_arg.

Change-Id: Ie19f644b622ceb646da7b10b35233838450810e6
Signed-off-by: Krishna Reddy <vdumpa@nvidia.com>
Reviewed-on: http://git-master/r/355226
Reviewed-by: Alex Waterman <alexw@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Vandana Salve <vsalve@nvidia.com>
drivers/video/tegra/nvmap/nvmap_heap.h

index 29c27bb7b4146777a6fd12c4fdd2c1411528514d..99dca59c4f1118733f05df7611cf18931ff28bd3 100644 (file)
@@ -3,7 +3,7 @@
  *
  * GPU heap allocator.
  *
- * Copyright (c) 2010-2013, NVIDIA Corporation. All rights reserved.
+ * Copyright (c) 2010-2014, NVIDIA Corporation. All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -38,8 +38,6 @@ struct nvmap_heap *nvmap_heap_create(struct device *parent,
 
 void nvmap_heap_destroy(struct nvmap_heap *heap);
 
-void *nvmap_heap_device_to_arg(struct device *dev);
-
 void *nvmap_heap_to_arg(struct nvmap_heap *heap);
 
 struct nvmap_heap_block *nvmap_heap_alloc(struct nvmap_heap *heap,