summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/clk_gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/clk_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/clk_gk20a.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/clk_gk20a.h b/drivers/gpu/nvgpu/gk20a/clk_gk20a.h
index f07efa40..76f5de43 100644
--- a/drivers/gpu/nvgpu/gk20a/clk_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/clk_gk20a.h
@@ -104,11 +104,6 @@ struct clk_gk20a {
104#endif 104#endif
105 105
106struct gpu_ops; 106struct gpu_ops;
107#ifdef CONFIG_TEGRA_CLK_FRAMEWORK
108void gk20a_init_clk_ops(struct gpu_ops *gops);
109#else
110static inline void gk20a_init_clk_ops(struct gpu_ops *gops) {}
111#endif
112 107
113/* APIs used for both GK20A and GM20B */ 108/* APIs used for both GK20A and GM20B */
114unsigned long gk20a_clk_get_rate(struct gk20a *g); 109unsigned long gk20a_clk_get_rate(struct gk20a *g);