summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/clk_gm20b.h
diff options
context:
space:
mode:
authorAlex Frid <afrid@nvidia.com>2014-07-24 02:42:35 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:10:35 -0400
commitea530792c4bead6059fcb56541c7b57162ea0e0e (patch)
tree8d99cd985677e5bfa724ced664e93f86c5573daf /drivers/gpu/nvgpu/gm20b/clk_gm20b.h
parent4b89dfd82058ffdd63931e89821509b8003d0ffd (diff)
gpu: nvgpu: Make clock operations static
Made GK20A and GM20B clock operations static, since they are invoked only via HAL interfaces. Bug 1450787 Change-Id: Ia30218ad4244bd8790b5ef96d1963678d0ba39e1 Signed-off-by: Alex Frid <afrid@nvidia.com> Reviewed-on: http://git-master/r/441710 Reviewed-by: Bo Yan <byan@nvidia.com> Tested-by: Bo Yan <byan@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/clk_gm20b.h')
-rw-r--r--drivers/gpu/nvgpu/gm20b/clk_gm20b.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/clk_gm20b.h b/drivers/gpu/nvgpu/gm20b/clk_gm20b.h
index 8615a4c1..cac5708c 100644
--- a/drivers/gpu/nvgpu/gm20b/clk_gm20b.h
+++ b/drivers/gpu/nvgpu/gm20b/clk_gm20b.h
@@ -21,9 +21,6 @@
21 21
22#include <linux/mutex.h> 22#include <linux/mutex.h>
23 23
24/* APIs used for separate HAL */
25void gm20b_init_clk_ops(struct gpu_ops *gops); 24void gm20b_init_clk_ops(struct gpu_ops *gops);
26int gm20b_init_clk_support(struct gk20a *g);
27int gm20b_suspend_clk_support(struct gk20a *g);
28 25
29#endif /* _NVHOST_CLK_GM20B_H_ */ 26#endif /* _NVHOST_CLK_GM20B_H_ */