From ea530792c4bead6059fcb56541c7b57162ea0e0e Mon Sep 17 00:00:00 2001 From: Alex Frid Date: Wed, 23 Jul 2014 23:42:35 -0700 Subject: 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 Reviewed-on: http://git-master/r/441710 Reviewed-by: Bo Yan Tested-by: Bo Yan --- drivers/gpu/nvgpu/gm20b/clk_gm20b.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'drivers/gpu/nvgpu/gm20b/clk_gm20b.h') 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 @@ #include -/* APIs used for separate HAL */ void gm20b_init_clk_ops(struct gpu_ops *gops); -int gm20b_init_clk_support(struct gk20a *g); -int gm20b_suspend_clk_support(struct gk20a *g); #endif /* _NVHOST_CLK_GM20B_H_ */ -- cgit v1.2.2