summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/clk_gm20b.h
diff options
context:
space:
mode:
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 c93d4ee3..09b1bdcc 100644
--- a/drivers/gpu/nvgpu/gm20b/clk_gm20b.h
+++ b/drivers/gpu/nvgpu/gm20b/clk_gm20b.h
@@ -70,9 +70,6 @@ int gm20b_gpcclk_set_rate(struct clk_gk20a *clk, unsigned long rate,
70long gm20b_round_rate(struct clk_gk20a *clk, unsigned long rate, 70long gm20b_round_rate(struct clk_gk20a *clk, unsigned long rate,
71 unsigned long *parent_rate); 71 unsigned long *parent_rate);
72struct pll_parms *gm20b_get_gpc_pll_parms(void); 72struct pll_parms *gm20b_get_gpc_pll_parms(void);
73#ifdef CONFIG_DEBUG_FS
74int gm20b_clk_init_debugfs(struct gk20a *g);
75#endif
76 73
77int gm20b_clk_pll_reg_write(struct gk20a *g, u32 reg, u32 val); 74int gm20b_clk_pll_reg_write(struct gk20a *g, u32 reg, u32 val);
78int gm20b_init_clk_support(struct gk20a *g); 75int gm20b_init_clk_support(struct gk20a *g);