]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
video: tegra: nvmap: remove unused nvmap_heap_debugfs_init
authorKrishna Reddy <vdumpa@nvidia.com>
Wed, 19 Mar 2014 18:47:44 +0000 (11:47 -0700)
committerKrishna Reddy <vdumpa@nvidia.com>
Thu, 20 Mar 2014 06:10:56 +0000 (23:10 -0700)
remove unused nvmap_heap_debugfs_init prototype

Change-Id: Ie7cdcd8fc72a0f1bad61977efc8a0bb8a7d10f48
Signed-off-by: Krishna Reddy <vdumpa@nvidia.com>
Reviewed-on: http://git-master/r/383972
Reviewed-by: Sri Krishna Chowdary <schowdary@nvidia.com>
drivers/video/tegra/nvmap/nvmap_heap.h

index 99dca59c4f1118733f05df7611cf18931ff28bd3..081c6a4c352b287bd7c606c259aad0b660432159 100644 (file)
@@ -54,6 +54,4 @@ void nvmap_heap_deinit(void);
 int nvmap_flush_heap_block(struct nvmap_client *client,
        struct nvmap_heap_block *block, size_t len, unsigned int prot);
 
-void nvmap_heap_debugfs_init(struct dentry *heap_root, struct nvmap_heap *heap);
-
 #endif